Html Css Color HEX #9B46CE Dark Orchid

📋 copy color: '#9B46CE'

red 155 ◦ green 70 ◦ blue 206

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

Shades of Dark Orchid #9B46CE

Tints of Dark Orchid #9B46CE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.24%

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 35.96%
G = 16.24%
B = 47.8%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B46CE (or 0x9B46CE) is known color: Dark Orchid. HEX triplet: 9B, 46 and CE. RGB value is (155,70,206). Sum of RGB (Red+Green+Blue) = 155+70+206=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B46CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B46CE is #64B931. Grayscale: #6E6E6E. Windows color (decimal): -6601010 or 13518491. OLE color: 13518491.

HSL color Cylindrical-coordinate representation of color #9B46CE: hue angle of 277.5º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B46CE is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 70 206 -
CMYK 0.25 0.66 0 0.19
HSL 277.5º 0.58% 0.54% -
HSV(B) 277.5º 0.66% 0.81% -
XYZ 26.85 15.81 60.03 -
YUV 110.92 181.66 159.44 -
System Red Green Blue C M Y K H S L
Decimal 155 70 206 0.25 0.66 0 0.19 277.5 0.58 0.54
Hex 9B 46 CE 19 42 0 13 116 3A 36
Octal 233 106 316 31 102 0 23 426 72 66
Binary 10011011 1000110 11001110 11001 1000010 0 10011 100010110 111010 110110

Color Harmonies of #9B46CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B46CE

Black with #9B46CE

Text Example


Text Example

White with #9B46CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,70,206); }

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

background-color css

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

 a { background-color: rgb(155,70,206); }

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

border-color css

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

 span { border-color: rgb(155,70,206); }

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