Html Css Color HEX #9A36C1 Dark Orchid

📋 copy color: '#9A36C1'

red 154 ◦ green 54 ◦ blue 193

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

Shades of Dark Orchid #9A36C1

Tints of Dark Orchid #9A36C1

RGB

 RED value IS 154 (60.55% from 255) = 38.4%

 GREEN value IS 54 (21.48% from 255) = 13.47%

 BLUE value IS 193 (75.78% from 255) = 48.13%

R = 38.4%
G = 13.47%
B = 48.13%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9A36C1 (or 0x9A36C1) is known color: Dark Orchid. HEX triplet: 9A, 36 and C1. RGB value is (154,54,193). Sum of RGB (Red+Green+Blue) = 154+54+193=401 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.40% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #9A36C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A36C1 is #65C93E. Grayscale: #636363. Windows color (decimal): -6670655 or 12662426. OLE color: 12662426.

HSL color Cylindrical-coordinate representation of color #9A36C1: hue angle of 283.17º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A36C1 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 154 54 193 -
CMYK 0.20 0.72 0 0.24
HSL 283.17º 0.56% 0.48% -
HSV(B) 283.17º 0.72% 0.76% -
XYZ 24.27 13.36 51.75 -
YUV 99.75 180.63 166.7 -
System Red Green Blue C M Y K H S L
Decimal 154 54 193 0.20 0.72 0 0.24 283.17 0.56 0.48
Hex 9A 36 C1 14 48 0 18 11B 38 30
Octal 232 66 301 24 110 0 30 433 70 60
Binary 10011010 110110 11000001 10100 1001000 0 11000 100011011 111000 110000

Color Harmonies of #9A36C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A36C1

Black with #9A36C1

Text Example


Text Example

White with #9A36C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,54,193); }

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

background-color css

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

 a { background-color: rgb(154,54,193); }

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

border-color css

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

 span { border-color: rgb(154,54,193); }

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