Html Css Color HEX #9C3ECA Dark Orchid

📋 copy color: '#9C3ECA'

red 156 ◦ green 62 ◦ blue 202

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

Shades of Dark Orchid #9C3ECA

Tints of Dark Orchid #9C3ECA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.76%

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

R = 37.14%
G = 14.76%
B = 48.1%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9C3ECA (or 0x9C3ECA) is known color: Dark Orchid. HEX triplet: 9C, 3E and CA. RGB value is (156,62,202). Sum of RGB (Red+Green+Blue) = 156+62+202=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C3ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3ECA is #63C135. Grayscale: #696969. Windows color (decimal): -6537526 or 13254300. OLE color: 13254300.

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

Color convert

RGB 156 62 202 -
CMYK 0.23 0.69 0 0.21
HSL 280.29º 0.57% 0.52% -
HSV(B) 280.29º 0.69% 0.79% -
XYZ 26.09 14.78 57.35 -
YUV 106.07 182.14 163.62 -
System Red Green Blue C M Y K H S L
Decimal 156 62 202 0.23 0.69 0 0.21 280.29 0.57 0.52
Hex 9C 3E CA 17 45 0 15 118 39 34
Octal 234 76 312 27 105 0 25 430 71 64
Binary 10011100 111110 11001010 10111 1000101 0 10101 100011000 111001 110100

Color Harmonies of #9C3ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3ECA

Black with #9C3ECA

Text Example


Text Example

White with #9C3ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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