Html Css Color HEX #9C26BA Dark Orchid

📋 copy color: '#9C26BA'

red 156 ◦ green 38 ◦ blue 186

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

Shades of Dark Orchid #9C26BA

Tints of Dark Orchid #9C26BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 41.05%
G = 10%
B = 48.95%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C26BA (or 0x9C26BA) is known color: Dark Orchid. HEX triplet: 9C, 26 and BA. RGB value is (156,38,186). Sum of RGB (Red+Green+Blue) = 156+38+186=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C26BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C26BA is #63D945. Grayscale: #595959. Windows color (decimal): -6543686 or 12199580. OLE color: 12199580.

HSL color Cylindrical-coordinate representation of color #9C26BA: hue angle of 287.84º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C26BA is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 38 186 -
CMYK 0.16 0.80 0 0.27
HSL 287.84º 0.66% 0.44% -
HSV(B) 287.84º 0.8% 0.73% -
XYZ 23.27 12 47.54 -
YUV 90.15 182.09 174.97 -
System Red Green Blue C M Y K H S L
Decimal 156 38 186 0.16 0.80 0 0.27 287.84 0.66 0.44
Hex 9C 26 BA 10 50 0 1B 120 42 2C
Octal 234 46 272 20 120 0 33 440 102 54
Binary 10011100 100110 10111010 10000 1010000 0 11011 100100000 1000010 101100

Color Harmonies of #9C26BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C26BA

Black with #9C26BA

Text Example


Text Example

White with #9C26BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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