Html Css Color HEX #9601FD Dark Violet

📋 copy color: '#9601FD'

red 150 ◦ green 1 ◦ blue 253

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

Shades of Dark Violet #9601FD

Tints of Dark Violet #9601FD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 37.13%
G = 0.25%
B = 62.62%

CMYK

 C value IS 0.41

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9601FD (or 0x9601FD) is known color: Dark Violet. HEX triplet: 96, 01 and FD. RGB value is (150,1,253). Sum of RGB (Red+Green+Blue) = 150+1+253=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #9601FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9601FD is #69FE02. Grayscale: #494949. Windows color (decimal): -6946307 or 16581014. OLE color: 16581014.

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

Color convert

RGB 150 1 253 -
CMYK 0.41 1.00 0 0.01
HSL 275.48º 0.99% 0.5% -
HSV(B) 275.48º 1% 0.99% -
XYZ 30.32 13.6 93.96 -
YUV 74.28 228.86 182.01 -
System Red Green Blue C M Y K H S L
Decimal 150 1 253 0.41 1.00 0 0.01 275.48 0.99 0.5
Hex 96 1 FD 29 64 0 1 113 63 32
Octal 226 1 375 51 144 0 1 423 143 62
Binary 10010110 1 11111101 101001 1100100 0 1 100010011 1100011 110010

Color Harmonies of #9601FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9601FD

Black with #9601FD

Text Example


Text Example

White with #9601FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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