Html Css Color HEX #9C1DCA Dark Orchid

📋 copy color: '#9C1DCA'

red 156 ◦ green 29 ◦ blue 202

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

Shades of Dark Orchid #9C1DCA

Tints of Dark Orchid #9C1DCA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.49%

 BLUE value IS 202 (79.3% from 255) = 52.2%

R = 40.31%
G = 7.49%
B = 52.2%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9C1DCA (or 0x9C1DCA) is known color: Dark Orchid. HEX triplet: 9C, 1D and CA. RGB value is (156,29,202). Sum of RGB (Red+Green+Blue) = 156+29+202=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C1DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1DCA is #63E235. Grayscale: #565656. Windows color (decimal): -6545974 or 13245852. OLE color: 13245852.

HSL color Cylindrical-coordinate representation of color #9C1DCA: hue angle of 284.05º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C1DCA is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 29 202 -
CMYK 0.23 0.86 0 0.21
HSL 284.05º 0.75% 0.45% -
HSV(B) 284.05º 0.86% 0.79% -
XYZ 24.81 12.21 56.93 -
YUV 86.7 193.08 177.43 -
System Red Green Blue C M Y K H S L
Decimal 156 29 202 0.23 0.86 0 0.21 284.05 0.75 0.45
Hex 9C 1D CA 17 56 0 15 11C 4B 2D
Octal 234 35 312 27 126 0 25 434 113 55
Binary 10011100 11101 11001010 10111 1010110 0 10101 100011100 1001011 101101

Color Harmonies of #9C1DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1DCA

Black with #9C1DCA

Text Example


Text Example

White with #9C1DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,29,202); }

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

background-color css

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

 a { background-color: rgb(156,29,202); }

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

border-color css

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

 span { border-color: rgb(156,29,202); }

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