Html Css Color HEX #9A19CD Dark Orchid

📋 copy color: '#9A19CD'

red 154 ◦ green 25 ◦ blue 205

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

Shades of Dark Orchid #9A19CD

Tints of Dark Orchid #9A19CD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.51%

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

R = 40.1%
G = 6.51%
B = 53.39%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A19CD (or 0x9A19CD) is known color: Dark Orchid. HEX triplet: 9A, 19 and CD. RGB value is (154,25,205). Sum of RGB (Red+Green+Blue) = 154+25+205=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A19CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A19CD is #65E632. Grayscale: #535353. Windows color (decimal): -6678067 or 13441434. OLE color: 13441434.

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

Color convert

RGB 154 25 205 -
CMYK 0.25 0.88 0 0.20
HSL 283º 0.78% 0.45% -
HSV(B) 283º 0.88% 0.8% -
XYZ 24.69 11.97 58.77 -
YUV 84.09 196.24 177.86 -
System Red Green Blue C M Y K H S L
Decimal 154 25 205 0.25 0.88 0 0.20 283 0.78 0.45
Hex 9A 19 CD 19 58 0 14 11B 4E 2D
Octal 232 31 315 31 130 0 24 433 116 55
Binary 10011010 11001 11001101 11001 1011000 0 10100 100011011 1001110 101101

Color Harmonies of #9A19CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A19CD

Black with #9A19CD

Text Example


Text Example

White with #9A19CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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