Html Css Color HEX #9609FC Dark Violet

📋 copy color: '#9609FC'

red 150 ◦ green 9 ◦ blue 252

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

Shades of Dark Violet #9609FC

Tints of Dark Violet #9609FC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.19%

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

R = 36.5%
G = 2.19%
B = 61.31%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9609FC (or 0x9609FC) is known color: Dark Violet. HEX triplet: 96, 09 and FC. RGB value is (150,9,252). Sum of RGB (Red+Green+Blue) = 150+9+252=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #9609FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9609FC is #69F603. Grayscale: #4E4E4E. Windows color (decimal): -6944260 or 16517526. OLE color: 16517526.

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

Color convert

RGB 150 9 252 -
CMYK 0.40 0.96 0 0.01
HSL 274.81º 0.98% 0.51% -
HSV(B) 274.81º 0.96% 0.99% -
XYZ 30.25 13.71 93.15 -
YUV 78.86 225.71 178.74 -
System Red Green Blue C M Y K H S L
Decimal 150 9 252 0.40 0.96 0 0.01 274.81 0.98 0.51
Hex 96 9 FC 28 60 0 1 113 62 33
Octal 226 11 374 50 140 0 1 423 142 63
Binary 10010110 1001 11111100 101000 1100000 0 1 100010011 1100010 110011

Color Harmonies of #9609FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9609FC

Black with #9609FC

Text Example


Text Example

White with #9609FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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