Html Css Color HEX #9A22DB Dark Orchid

📋 copy color: '#9A22DB'

red 154 ◦ green 34 ◦ blue 219

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

Shades of Dark Orchid #9A22DB

Tints of Dark Orchid #9A22DB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.35%

 BLUE value IS 219 (85.94% from 255) = 53.81%

R = 37.84%
G = 8.35%
B = 53.81%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A22DB (or 0x9A22DB) is known color: Dark Orchid. HEX triplet: 9A, 22 and DB. RGB value is (154,34,219). Sum of RGB (Red+Green+Blue) = 154+34+219=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 34 (13.67% from 255 or 8.35% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A22DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A22DB is #65DD24. Grayscale: #5A5A5A. Windows color (decimal): -6675749 or 14361242. OLE color: 14361242.

HSL color Cylindrical-coordinate representation of color #9A22DB: hue angle of 278.92º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A22DB is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 34 219 -
CMYK 0.30 0.84 0 0.14
HSL 278.92º 0.73% 0.5% -
HSV(B) 278.92º 0.84% 0.86% -
XYZ 26.68 13.13 68.15 -
YUV 90.97 200.26 172.96 -
System Red Green Blue C M Y K H S L
Decimal 154 34 219 0.30 0.84 0 0.14 278.92 0.73 0.5
Hex 9A 22 DB 1E 54 0 E 117 49 32
Octal 232 42 333 36 124 0 16 427 111 62
Binary 10011010 100010 11011011 11110 1010100 0 1110 100010111 1001001 110010

Color Harmonies of #9A22DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A22DB

Black with #9A22DB

Text Example


Text Example

White with #9A22DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,34,219); }

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

background-color css

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

 a { background-color: rgb(154,34,219); }

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

border-color css

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

 span { border-color: rgb(154,34,219); }

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