Html Css Color HEX #9A21CD Dark Orchid

📋 copy color: '#9A21CD'

red 154 ◦ green 33 ◦ blue 205

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

Shades of Dark Orchid #9A21CD

Tints of Dark Orchid #9A21CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.3%

R = 39.29%
G = 8.42%
B = 52.3%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A21CD (or 0x9A21CD) is known color: Dark Orchid. HEX triplet: 9A, 21 and CD. RGB value is (154,33,205). Sum of RGB (Red+Green+Blue) = 154+33+205=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A21CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A21CD is #65DE32. Grayscale: #585858. Windows color (decimal): -6676019 or 13443482. OLE color: 13443482.

HSL color Cylindrical-coordinate representation of color #9A21CD: hue angle of 282.21º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A21CD is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 33 205 -
CMYK 0.25 0.84 0 0.20
HSL 282.21º 0.72% 0.47% -
HSV(B) 282.21º 0.84% 0.8% -
XYZ 24.89 12.37 58.83 -
YUV 88.79 193.59 174.51 -
System Red Green Blue C M Y K H S L
Decimal 154 33 205 0.25 0.84 0 0.20 282.21 0.72 0.47
Hex 9A 21 CD 19 54 0 14 11A 48 2F
Octal 232 41 315 31 124 0 24 432 110 57
Binary 10011010 100001 11001101 11001 1010100 0 10100 100011010 1001000 101111

Color Harmonies of #9A21CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A21CD

Black with #9A21CD

Text Example


Text Example

White with #9A21CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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