Html Css Color HEX #9C40BE Dark Orchid

📋 copy color: '#9C40BE'

red 156 ◦ green 64 ◦ blue 190

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

Shades of Dark Orchid #9C40BE

Tints of Dark Orchid #9C40BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.61%

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

R = 38.05%
G = 15.61%
B = 46.34%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C40BE (or 0x9C40BE) is known color: Dark Orchid. HEX triplet: 9C, 40 and BE. RGB value is (156,64,190). Sum of RGB (Red+Green+Blue) = 156+64+190=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C40BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C40BE is #63BF41. Grayscale: #696969. Windows color (decimal): -6537026 or 12468380. OLE color: 12468380.

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

Color convert

RGB 156 64 190 -
CMYK 0.18 0.66 0 0.25
HSL 283.81º 0.5% 0.5% -
HSV(B) 283.81º 0.66% 0.75% -
XYZ 24.84 14.45 50.2 -
YUV 105.87 175.48 163.75 -
System Red Green Blue C M Y K H S L
Decimal 156 64 190 0.18 0.66 0 0.25 283.81 0.5 0.5
Hex 9C 40 BE 12 42 0 19 11C 32 32
Octal 234 100 276 22 102 0 31 434 62 62
Binary 10011100 1000000 10111110 10010 1000010 0 11001 100011100 110010 110010

Color Harmonies of #9C40BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C40BE

Black with #9C40BE

Text Example


Text Example

White with #9C40BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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