Html Css Color HEX #9D46CE Dark Orchid

📋 copy color: '#9D46CE'

red 157 ◦ green 70 ◦ blue 206

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

Shades of Dark Orchid #9D46CE

Tints of Dark Orchid #9D46CE

RGB

 RED value IS 157 (61.72% from 255) = 36.26%

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

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

R = 36.26%
G = 16.17%
B = 47.58%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9D46CE (or 0x9D46CE) is known color: Dark Orchid. HEX triplet: 9D, 46 and CE. RGB value is (157,70,206). Sum of RGB (Red+Green+Blue) = 157+70+206=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D46CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D46CE is #62B931. Grayscale: #6F6F6F. Windows color (decimal): -6469938 or 13518493. OLE color: 13518493.

HSL color Cylindrical-coordinate representation of color #9D46CE: hue angle of 278.38º 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 #9D46CE is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 70 206 -
CMYK 0.24 0.66 0 0.19
HSL 278.38º 0.58% 0.54% -
HSV(B) 278.38º 0.66% 0.81% -
XYZ 27.24 16 60.05 -
YUV 111.52 181.32 160.44 -
System Red Green Blue C M Y K H S L
Decimal 157 70 206 0.24 0.66 0 0.19 278.38 0.58 0.54
Hex 9D 46 CE 18 42 0 13 116 3A 36
Octal 235 106 316 30 102 0 23 426 72 66
Binary 10011101 1000110 11001110 11000 1000010 0 10011 100010110 111010 110110

Color Harmonies of #9D46CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D46CE

Black with #9D46CE

Text Example


Text Example

White with #9D46CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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