Html Css Color HEX #9602FD Dark Violet

📋 copy color: '#9602FD'

red 150 ◦ green 2 ◦ blue 253

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

Shades of Dark Violet #9602FD

Tints of Dark Violet #9602FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.47%

R = 37.04%
G = 0.49%
B = 62.47%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9602FD (or 0x9602FD) is known color: Dark Violet. HEX triplet: 96, 02 and FD. RGB value is (150,2,253). Sum of RGB (Red+Green+Blue) = 150+2+253=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #9602FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9602FD is #69FD02. Grayscale: #4A4A4A. Windows color (decimal): -6946051 or 16581270. OLE color: 16581270.

HSL color Cylindrical-coordinate representation of color #9602FD: hue angle of 275.38º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9602FD is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 2 253 -
CMYK 0.41 0.99 0 0.01
HSL 275.38º 0.98% 0.5% -
HSV(B) 275.38º 0.99% 0.99% -
XYZ 30.33 13.62 93.96 -
YUV 74.87 228.53 181.59 -
System Red Green Blue C M Y K H S L
Decimal 150 2 253 0.41 0.99 0 0.01 275.38 0.98 0.5
Hex 96 2 FD 29 63 0 1 113 62 32
Octal 226 2 375 51 143 0 1 423 142 62
Binary 10010110 10 11111101 101001 1100011 0 1 100010011 1100010 110010

Color Harmonies of #9602FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9602FD

Black with #9602FD

Text Example


Text Example

White with #9602FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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