Html Css Color HEX #9814CA Dark Violet

📋 copy color: '#9814CA'

red 152 ◦ green 20 ◦ blue 202

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

Shades of Dark Violet #9814CA

Tints of Dark Violet #9814CA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.35%

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

R = 40.64%
G = 5.35%
B = 54.01%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9814CA (or 0x9814CA) is known color: Dark Violet. HEX triplet: 98, 14 and CA. RGB value is (152,20,202). Sum of RGB (Red+Green+Blue) = 152+20+202=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #9814CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9814CA is #67EB35. Grayscale: #4F4F4F. Windows color (decimal): -6810422 or 13243544. OLE color: 13243544.

HSL color Cylindrical-coordinate representation of color #9814CA: hue angle of 283.52º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9814CA is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 20 202 -
CMYK 0.25 0.90 0 0.21
HSL 283.52º 0.82% 0.44% -
HSV(B) 283.52º 0.9% 0.79% -
XYZ 23.86 11.44 56.83 -
YUV 80.22 196.73 179.2 -
System Red Green Blue C M Y K H S L
Decimal 152 20 202 0.25 0.90 0 0.21 283.52 0.82 0.44
Hex 98 14 CA 19 5A 0 15 11C 52 2C
Octal 230 24 312 31 132 0 25 434 122 54
Binary 10011000 10100 11001010 11001 1011010 0 10101 100011100 1010010 101100

Color Harmonies of #9814CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9814CA

Black with #9814CA

Text Example


Text Example

White with #9814CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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