Html Css Color HEX #9605FC Dark Violet

📋 copy color: '#9605FC'

red 150 ◦ green 5 ◦ blue 252

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

Shades of Dark Violet #9605FC

Tints of Dark Violet #9605FC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.23%

 BLUE value IS 252 (98.83% from 255) = 61.92%

R = 36.86%
G = 1.23%
B = 61.92%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9605FC (or 0x9605FC) is known color: Dark Violet. HEX triplet: 96, 05 and FC. RGB value is (150,5,252). Sum of RGB (Red+Green+Blue) = 150+5+252=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #9605FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9605FC is #69FA03. Grayscale: #4B4B4B. Windows color (decimal): -6945284 or 16516502. OLE color: 16516502.

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

Color convert

RGB 150 5 252 -
CMYK 0.40 0.98 0 0.01
HSL 275.22º 0.98% 0.5% -
HSV(B) 275.22º 0.98% 0.99% -
XYZ 30.2 13.62 93.13 -
YUV 76.51 227.04 180.42 -
System Red Green Blue C M Y K H S L
Decimal 150 5 252 0.40 0.98 0 0.01 275.22 0.98 0.5
Hex 96 5 FC 28 62 0 1 113 62 32
Octal 226 5 374 50 142 0 1 423 142 62
Binary 10010110 101 11111100 101000 1100010 0 1 100010011 1100010 110010

Color Harmonies of #9605FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9605FC

Black with #9605FC

Text Example


Text Example

White with #9605FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9605FC; }

 p { color: rgb(150,5,252); }

 H1.HeaderClassName
 {
   color: #9605FC;
 }
 .AnyTagClassName
 {
   color: #9605FC;
 }
</style>

background-color css

<style>
 a { background-color: #9605FC; }

 a { background-color: rgb(150,5,252); }

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

border-color css

<style>
 span { border-color: #9605FC; }

 span { border-color: rgb(150,5,252); }

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