Html Css Color HEX #9C26CA Dark Orchid

📋 copy color: '#9C26CA'

red 156 ◦ green 38 ◦ blue 202

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

Shades of Dark Orchid #9C26CA

Tints of Dark Orchid #9C26CA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.6%

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

R = 39.39%
G = 9.6%
B = 51.01%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9C26CA (or 0x9C26CA) is known color: Dark Orchid. HEX triplet: 9C, 26 and CA. RGB value is (156,38,202). Sum of RGB (Red+Green+Blue) = 156+38+202=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C26CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C26CA is #63D935. Grayscale: #5B5B5B. Windows color (decimal): -6543670 or 13248156. OLE color: 13248156.

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

Color convert

RGB 156 38 202 -
CMYK 0.23 0.81 0 0.21
HSL 283.17º 0.68% 0.47% -
HSV(B) 283.17º 0.81% 0.79% -
XYZ 25.06 12.72 57.01 -
YUV 91.98 190.09 173.66 -
System Red Green Blue C M Y K H S L
Decimal 156 38 202 0.23 0.81 0 0.21 283.17 0.68 0.47
Hex 9C 26 CA 17 51 0 15 11B 44 2F
Octal 234 46 312 27 121 0 25 433 104 57
Binary 10011100 100110 11001010 10111 1010001 0 10101 100011011 1000100 101111

Color Harmonies of #9C26CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C26CA

Black with #9C26CA

Text Example


Text Example

White with #9C26CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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