Html Css Color HEX #9602CA Dark Violet

📋 copy color: '#9602CA'

red 150 ◦ green 2 ◦ blue 202

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

Shades of Dark Violet #9602CA

Tints of Dark Violet #9602CA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 42.37%
G = 0.56%
B = 57.06%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9602CA (or 0x9602CA) is known color: Dark Violet. HEX triplet: 96, 02 and CA. RGB value is (150,2,202). Sum of RGB (Red+Green+Blue) = 150+2+202=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #9602CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9602CA is #69FD35. Grayscale: #444444. Windows color (decimal): -6946102 or 13238934. OLE color: 13238934.

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

Color convert

RGB 150 2 202 -
CMYK 0.26 0.99 0 0.21
HSL 284.4º 0.98% 0.4% -
HSV(B) 284.4º 0.99% 0.79% -
XYZ 23.26 10.79 56.73 -
YUV 69.05 203.03 185.74 -
System Red Green Blue C M Y K H S L
Decimal 150 2 202 0.26 0.99 0 0.21 284.4 0.98 0.4
Hex 96 2 CA 1A 63 0 15 11C 62 28
Octal 226 2 312 32 143 0 25 434 142 50
Binary 10010110 10 11001010 11010 1100011 0 10101 100011100 1100010 101000

Color Harmonies of #9602CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9602CA

Black with #9602CA

Text Example


Text Example

White with #9602CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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