Html Css Color HEX #9819CA Dark Orchid

📋 copy color: '#9819CA'

red 152 ◦ green 25 ◦ blue 202

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

Shades of Dark Orchid #9819CA

Tints of Dark Orchid #9819CA

RGB

 RED value IS 152 (59.77% from 255) = 40.11%

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

 BLUE value IS 202 (79.3% from 255) = 53.3%

R = 40.11%
G = 6.6%
B = 53.3%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9819CA (or 0x9819CA) is known color: Dark Orchid. HEX triplet: 98, 19 and CA. RGB value is (152,25,202). Sum of RGB (Red+Green+Blue) = 152+25+202=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #9819CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9819CA is #67E635. Grayscale: #525252. Windows color (decimal): -6809142 or 13244824. OLE color: 13244824.

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

Color convert

RGB 152 25 202 -
CMYK 0.25 0.88 0 0.21
HSL 283.05º 0.78% 0.45% -
HSV(B) 283.05º 0.88% 0.79% -
XYZ 23.96 11.63 56.86 -
YUV 83.15 195.08 177.11 -
System Red Green Blue C M Y K H S L
Decimal 152 25 202 0.25 0.88 0 0.21 283.05 0.78 0.45
Hex 98 19 CA 19 58 0 15 11B 4E 2D
Octal 230 31 312 31 130 0 25 433 116 55
Binary 10011000 11001 11001010 11001 1011000 0 10101 100011011 1001110 101101

Color Harmonies of #9819CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9819CA

Black with #9819CA

Text Example


Text Example

White with #9819CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9819CA; }

 p { color: rgb(152,25,202); }

 H1.HeaderClassName
 {
   color: #9819CA;
 }
 .AnyTagClassName
 {
   color: #9819CA;
 }
</style>

background-color css

<style>
 a { background-color: #9819CA; }

 a { background-color: rgb(152,25,202); }

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

border-color css

<style>
 span { border-color: #9819CA; }

 span { border-color: rgb(152,25,202); }

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