Html Css Color HEX #9C43CA Dark Orchid

📋 copy color: '#9C43CA'

red 156 ◦ green 67 ◦ blue 202

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

Shades of Dark Orchid #9C43CA

Tints of Dark Orchid #9C43CA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.76%

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

R = 36.71%
G = 15.76%
B = 47.53%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9C43CA (or 0x9C43CA) is known color: Dark Orchid. HEX triplet: 9C, 43 and CA. RGB value is (156,67,202). Sum of RGB (Red+Green+Blue) = 156+67+202=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C43CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C43CA is #63BC35. Grayscale: #6C6C6C. Windows color (decimal): -6536246 or 13255580. OLE color: 13255580.

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

Color convert

RGB 156 67 202 -
CMYK 0.23 0.67 0 0.21
HSL 279.56º 0.56% 0.53% -
HSV(B) 279.56º 0.67% 0.79% -
XYZ 26.38 15.35 57.45 -
YUV 109 180.49 161.52 -
System Red Green Blue C M Y K H S L
Decimal 156 67 202 0.23 0.67 0 0.21 279.56 0.56 0.53
Hex 9C 43 CA 17 43 0 15 118 38 35
Octal 234 103 312 27 103 0 25 430 70 65
Binary 10011100 1000011 11001010 10111 1000011 0 10101 100011000 111000 110101

Color Harmonies of #9C43CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C43CA

Black with #9C43CA

Text Example


Text Example

White with #9C43CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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