Html Css Color HEX #9616CA Dark Violet

📋 copy color: '#9616CA'

red 150 ◦ green 22 ◦ blue 202

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

Shades of Dark Violet #9616CA

Tints of Dark Violet #9616CA

RGB

 RED value IS 150 (58.98% from 255) = 40.11%

 GREEN value IS 22 (8.98% from 255) = 5.88%

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

R = 40.11%
G = 5.88%
B = 54.01%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9616CA (or 0x9616CA) is known color: Dark Violet. HEX triplet: 96, 16 and CA. RGB value is (150,22,202). Sum of RGB (Red+Green+Blue) = 150+22+202=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 22 (8.98% from 255 or 5.88% 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 #9616CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9616CA is #69E935. Grayscale: #505050. Windows color (decimal): -6940982 or 13244054. OLE color: 13244054.

HSL color Cylindrical-coordinate representation of color #9616CA: hue angle of 282.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9616CA is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 22 202 -
CMYK 0.26 0.89 0 0.21
HSL 282.67º 0.8% 0.44% -
HSV(B) 282.67º 0.89% 0.79% -
XYZ 23.53 11.32 56.82 -
YUV 80.79 196.41 177.36 -
System Red Green Blue C M Y K H S L
Decimal 150 22 202 0.26 0.89 0 0.21 282.67 0.8 0.44
Hex 96 16 CA 1A 59 0 15 11B 50 2C
Octal 226 26 312 32 131 0 25 433 120 54
Binary 10010110 10110 11001010 11010 1011001 0 10101 100011011 1010000 101100

Color Harmonies of #9616CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9616CA

Black with #9616CA

Text Example


Text Example

White with #9616CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,22,202); }

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

background-color css

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

 a { background-color: rgb(150,22,202); }

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

border-color css

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

 span { border-color: rgb(150,22,202); }

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