Html Css Color HEX #9C1CBF Dark Orchid

📋 copy color: '#9C1CBF'

red 156 ◦ green 28 ◦ blue 191

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

Shades of Dark Orchid #9C1CBF

Tints of Dark Orchid #9C1CBF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.47%

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

R = 41.6%
G = 7.47%
B = 50.93%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C1CBF (or 0x9C1CBF) is known color: Dark Orchid. HEX triplet: 9C, 1C and BF. RGB value is (156,28,191). Sum of RGB (Red+Green+Blue) = 156+28+191=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C1CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1CBF is #63E340. Grayscale: #545454. Windows color (decimal): -6546241 or 12524700. OLE color: 12524700.

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

Color convert

RGB 156 28 191 -
CMYK 0.18 0.85 0 0.25
HSL 287.12º 0.74% 0.43% -
HSV(B) 287.12º 0.85% 0.75% -
XYZ 23.53 11.66 50.3 -
YUV 84.85 187.91 178.75 -
System Red Green Blue C M Y K H S L
Decimal 156 28 191 0.18 0.85 0 0.25 287.12 0.74 0.43
Hex 9C 1C BF 12 55 0 19 11F 4A 2B
Octal 234 34 277 22 125 0 31 437 112 53
Binary 10011100 11100 10111111 10010 1010101 0 11001 100011111 1001010 101011

Color Harmonies of #9C1CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1CBF

Black with #9C1CBF

Text Example


Text Example

White with #9C1CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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