Html Css Color HEX #9A21BE Dark Orchid

📋 copy color: '#9A21BE'

red 154 ◦ green 33 ◦ blue 190

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

Shades of Dark Orchid #9A21BE

Tints of Dark Orchid #9A21BE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.75%

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

R = 40.85%
G = 8.75%
B = 50.4%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A21BE (or 0x9A21BE) is known color: Dark Orchid. HEX triplet: 9A, 21 and BE. RGB value is (154,33,190). Sum of RGB (Red+Green+Blue) = 154+33+190=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A21BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A21BE is #65DE41. Grayscale: #565656. Windows color (decimal): -6676034 or 12460442. OLE color: 12460442.

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

Color convert

RGB 154 33 190 -
CMYK 0.19 0.83 0 0.25
HSL 286.24º 0.7% 0.44% -
HSV(B) 286.24º 0.83% 0.75% -
XYZ 23.16 11.68 49.75 -
YUV 87.08 186.09 175.73 -
System Red Green Blue C M Y K H S L
Decimal 154 33 190 0.19 0.83 0 0.25 286.24 0.7 0.44
Hex 9A 21 BE 13 53 0 19 11E 46 2C
Octal 232 41 276 23 123 0 31 436 106 54
Binary 10011010 100001 10111110 10011 1010011 0 11001 100011110 1000110 101100

Color Harmonies of #9A21BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A21BE

Black with #9A21BE

Text Example


Text Example

White with #9A21BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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