#9749DB

Color #9749DB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9749DB

Tints of Dark Orchid #9749DB

Color information

#9749DB (or 0x9749DB) is unknown color: approx Dark Orchid. HEX triplet: 97, 49 and DB. RGB value is (151,73,219). Sum of RGB (Red+Green+Blue) = 151+73+219=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #9749DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9749DB is #68B624. Grayscale: #707070. Windows color (decimal): -6862373 or 14371223. OLE color: 14371223.

HSL color Cylindrical-coordinate representation of color #9749DB: hue angle of 272.05º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9749DB is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15173219-
CMYK0.310.6700.14
HSL272.05º66.97%57.25%-
HSV(B)272.05º66.67%85.88%-
XYZ27.9316.4668.72-
YUV112.97187.84155.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 34.09%
GREEN value IS 73 (28.91% from 255) = 16.48%
BLUE value IS 219 (85.94% from 255) = 49.44%
R=34.09%
G=16.48%
B=49.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal151732190.310.6700.14272.0566.9757.25
Hex9749DB1F430E1104339
Octal2271113333710301642010371
Binary10010111100100111011011111111000011011101000100001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9749DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9749DB; }

 p { color: rgb(151,73,219); }

 H1.HeaderClassName
 {
   color: #9749DB;
 }
 .AnyTagClassName
 {
   color: #9749DB;
 }
</style>
background-color css

<style>
 a { background-color: #9749DB; }

 a { background-color: rgb(151,73,219); }

 div.DivClassName
 {
   background-color: #9749DB;
 }
 .BgClassName
 {
   background-color: #9749DB;
 }
</style>
border-color css

<style>
 span { border-color: #9749DB; }

 span { border-color: rgb(151,73,219); }

 td.TdClassName
 {
   border-color: #9749DB;
 }
 .TagClassName
 {
   border-color: #9749DB;
 }
</style>