Html Css Color HEX #9A21B3 Dark Orchid

📋 copy color: '#9A21B3'

red 154 ◦ green 33 ◦ blue 179

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

Shades of Dark Orchid #9A21B3

Tints of Dark Orchid #9A21B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.91%

R = 42.08%
G = 9.02%
B = 48.91%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9A21B3 (or 0x9A21B3) is known color: Dark Orchid. HEX triplet: 9A, 21 and B3. RGB value is (154,33,179). Sum of RGB (Red+Green+Blue) = 154+33+179=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 179 (70.31% from 255 or 48.91% from 366); Max value from RGB is 179 - color contains mainly: blue. Hex color #9A21B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A21B3 is #65DE4C. Grayscale: #555555. Windows color (decimal): -6676045 or 11739546. OLE color: 11739546.

HSL color Cylindrical-coordinate representation of color #9A21B3: hue angle of 289.73º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A21B3 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 33 179 -
CMYK 0.14 0.82 0 0.30
HSL 289.73º 0.69% 0.42% -
HSV(B) 289.73º 0.82% 0.7% -
XYZ 22.01 11.21 43.65 -
YUV 85.82 180.59 176.63 -
System Red Green Blue C M Y K H S L
Decimal 154 33 179 0.14 0.82 0 0.30 289.73 0.69 0.42
Hex 9A 21 B3 E 52 0 1E 122 45 2A
Octal 232 41 263 16 122 0 36 442 105 52
Binary 10011010 100001 10110011 1110 1010010 0 11110 100100010 1000101 101010

Color Harmonies of #9A21B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A21B3

Black with #9A21B3

Text Example


Text Example

White with #9A21B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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