Html Css Color HEX #9B49DE Dark Orchid

📋 copy color: '#9B49DE'

red 155 ◦ green 73 ◦ blue 222

#9B49DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9B49DE

Tints of Dark Orchid #9B49DE

RGB

 RED value IS 155 (60.94% from 255) = 34.44%

 GREEN value IS 73 (28.91% from 255) = 16.22%

 BLUE value IS 222 (87.11% from 255) = 49.33%

R = 34.44%
G = 16.22%
B = 49.33%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B49DE (or 0x9B49DE) is known color: Dark Orchid. HEX triplet: 9B, 49 and DE. RGB value is (155,73,222). Sum of RGB (Red+Green+Blue) = 155+73+222=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B49DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B49DE is #64B621. Grayscale: #717171. Windows color (decimal): -6600226 or 14567835. OLE color: 14567835.

HSL color Cylindrical-coordinate representation of color #9B49DE: hue angle of 273.02º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B49DE is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 73 222 -
CMYK 0.30 0.67 0 0.13
HSL 273.02º 0.69% 0.58% -
HSV(B) 273.02º 0.67% 0.87% -
XYZ 29.08 17.01 70.86 -
YUV 114.5 188.67 156.88 -
System Red Green Blue C M Y K H S L
Decimal 155 73 222 0.30 0.67 0 0.13 273.02 0.69 0.58
Hex 9B 49 DE 1E 43 0 D 111 45 3A
Octal 233 111 336 36 103 0 15 421 105 72
Binary 10011011 1001001 11011110 11110 1000011 0 1101 100010001 1000101 111010

Color Harmonies of #9B49DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B49DE

Black with #9B49DE

Text Example


Text Example

White with #9B49DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B49DE; }

 p { color: rgb(155,73,222); }

 H1.HeaderClassName
 {
   color: #9B49DE;
 }
 .AnyTagClassName
 {
   color: #9B49DE;
 }
</style>

background-color css

<style>
 a { background-color: #9B49DE; }

 a { background-color: rgb(155,73,222); }

 div.DivClassName
 {
   background-color: #9B49DE;
 }
 .BgClassName
 {
   background-color: #9B49DE;
 }
</style>

border-color css

<style>
 span { border-color: #9B49DE; }

 span { border-color: rgb(155,73,222); }

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