Html Css Color HEX #9C46CF Dark Orchid

📋 copy color: '#9C46CF'

red 156 ◦ green 70 ◦ blue 207

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

Shades of Dark Orchid #9C46CF

Tints of Dark Orchid #9C46CF

RGB

 RED value IS 156 (61.33% from 255) = 36.03%

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

 BLUE value IS 207 (81.25% from 255) = 47.81%

R = 36.03%
G = 16.17%
B = 47.81%

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

#9C46CF (or 0x9C46CF) is known color: Dark Orchid. HEX triplet: 9C, 46 and CF. RGB value is (156,70,207). Sum of RGB (Red+Green+Blue) = 156+70+207=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C46CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C46CF is #63B930. Grayscale: #6E6E6E. Windows color (decimal): -6535473 or 13584028. OLE color: 13584028.

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

Color convert

RGB 156 70 207 -
CMYK 0.25 0.66 0 0.19
HSL 277.66º 0.59% 0.54% -
HSV(B) 277.66º 0.66% 0.81% -
XYZ 27.16 15.95 60.68 -
YUV 111.33 181.99 159.86 -
System Red Green Blue C M Y K H S L
Decimal 156 70 207 0.25 0.66 0 0.19 277.66 0.59 0.54
Hex 9C 46 CF 19 42 0 13 116 3B 36
Octal 234 106 317 31 102 0 23 426 73 66
Binary 10011100 1000110 11001111 11001 1000010 0 10011 100010110 111011 110110

Color Harmonies of #9C46CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C46CF

Black with #9C46CF

Text Example


Text Example

White with #9C46CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,70,207); }

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

background-color css

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

 a { background-color: rgb(156,70,207); }

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

border-color css

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

 span { border-color: rgb(156,70,207); }

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