Html Css Color HEX #9C40BF Dark Orchid

📋 copy color: '#9C40BF'

red 156 ◦ green 64 ◦ blue 191

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

Shades of Dark Orchid #9C40BF

Tints of Dark Orchid #9C40BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.47%

R = 37.96%
G = 15.57%
B = 46.47%

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

#9C40BF (or 0x9C40BF) is known color: Dark Orchid. HEX triplet: 9C, 40 and BF. RGB value is (156,64,191). Sum of RGB (Red+Green+Blue) = 156+64+191=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C40BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C40BF is #63BF40. Grayscale: #696969. Windows color (decimal): -6537025 or 12533916. OLE color: 12533916.

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

Color convert

RGB 156 64 191 -
CMYK 0.18 0.66 0 0.25
HSL 283.46º 0.5% 0.5% -
HSV(B) 283.46º 0.66% 0.75% -
XYZ 24.95 14.5 50.77 -
YUV 105.99 175.98 163.67 -
System Red Green Blue C M Y K H S L
Decimal 156 64 191 0.18 0.66 0 0.25 283.46 0.5 0.5
Hex 9C 40 BF 12 42 0 19 11B 32 32
Octal 234 100 277 22 102 0 31 433 62 62
Binary 10011100 1000000 10111111 10010 1000010 0 11001 100011011 110010 110010

Color Harmonies of #9C40BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C40BF

Black with #9C40BF

Text Example


Text Example

White with #9C40BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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