Html Css Color HEX #9A22BE Dark Orchid

📋 copy color: '#9A22BE'

red 154 ◦ green 34 ◦ blue 190

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

Shades of Dark Orchid #9A22BE

Tints of Dark Orchid #9A22BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 40.74%
G = 8.99%
B = 50.26%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A22BE (or 0x9A22BE) is known color: Dark Orchid. HEX triplet: 9A, 22 and BE. RGB value is (154,34,190). Sum of RGB (Red+Green+Blue) = 154+34+190=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A22BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A22BE is #65DD41. Grayscale: #575757. Windows color (decimal): -6675778 or 12460698. OLE color: 12460698.

HSL color Cylindrical-coordinate representation of color #9A22BE: hue angle of 286.15º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A22BE is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 34 190 -
CMYK 0.19 0.82 0 0.25
HSL 286.15º 0.7% 0.44% -
HSV(B) 286.15º 0.82% 0.75% -
XYZ 23.19 11.73 49.76 -
YUV 87.66 185.76 175.32 -
System Red Green Blue C M Y K H S L
Decimal 154 34 190 0.19 0.82 0 0.25 286.15 0.7 0.44
Hex 9A 22 BE 13 52 0 19 11E 46 2C
Octal 232 42 276 23 122 0 31 436 106 54
Binary 10011010 100010 10111110 10011 1010010 0 11001 100011110 1000110 101100

Color Harmonies of #9A22BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A22BE

Black with #9A22BE

Text Example


Text Example

White with #9A22BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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