Html Css Color HEX #9C18BE Dark Orchid

📋 copy color: '#9C18BE'

red 156 ◦ green 24 ◦ blue 190

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

Shades of Dark Orchid #9C18BE

Tints of Dark Orchid #9C18BE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.49%

 BLUE value IS 190 (74.61% from 255) = 51.35%

R = 42.16%
G = 6.49%
B = 51.35%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C18BE (or 0x9C18BE) is known color: Dark Orchid. HEX triplet: 9C, 18 and BE. RGB value is (156,24,190). Sum of RGB (Red+Green+Blue) = 156+24+190=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C18BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C18BE is #63E741. Grayscale: #515151. Windows color (decimal): -6547266 or 12458140. OLE color: 12458140.

HSL color Cylindrical-coordinate representation of color #9C18BE: hue angle of 287.71º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C18BE is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 24 190 -
CMYK 0.18 0.87 0 0.25
HSL 287.71º 0.78% 0.42% -
HSV(B) 287.71º 0.87% 0.75% -
XYZ 23.33 11.44 49.69 -
YUV 82.39 188.73 180.5 -
System Red Green Blue C M Y K H S L
Decimal 156 24 190 0.18 0.87 0 0.25 287.71 0.78 0.42
Hex 9C 18 BE 12 57 0 19 120 4E 2A
Octal 234 30 276 22 127 0 31 440 116 52
Binary 10011100 11000 10111110 10010 1010111 0 11001 100100000 1001110 101010

Color Harmonies of #9C18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C18BE

Black with #9C18BE

Text Example


Text Example

White with #9C18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,24,190); }

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

background-color css

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

 a { background-color: rgb(156,24,190); }

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

border-color css

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

 span { border-color: rgb(156,24,190); }

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