Html Css Color HEX #9706FC Dark Violet

📋 copy color: '#9706FC'

red 151 ◦ green 6 ◦ blue 252

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

Shades of Dark Violet #9706FC

Tints of Dark Violet #9706FC

RGB

 RED value IS 151 (59.38% from 255) = 36.92%

 GREEN value IS 6 (2.73% from 255) = 1.47%

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

R = 36.92%
G = 1.47%
B = 61.61%

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

#9706FC (or 0x9706FC) is known color: Dark Violet. HEX triplet: 97, 06 and FC. RGB value is (151,6,252). Sum of RGB (Red+Green+Blue) = 151+6+252=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #9706FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9706FC is #68F903. Grayscale: #4C4C4C. Windows color (decimal): -6879492 or 16516759. OLE color: 16516759.

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

Color convert

RGB 151 6 252 -
CMYK 0.40 0.98 0 0.01
HSL 275.37º 0.98% 0.51% -
HSV(B) 275.37º 0.98% 0.99% -
XYZ 30.4 13.74 93.14 -
YUV 77.4 226.54 180.5 -
System Red Green Blue C M Y K H S L
Decimal 151 6 252 0.40 0.98 0 0.01 275.37 0.98 0.51
Hex 97 6 FC 28 62 0 1 113 62 33
Octal 227 6 374 50 142 0 1 423 142 63
Binary 10010111 110 11111100 101000 1100010 0 1 100010011 1100010 110011

Color Harmonies of #9706FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9706FC

Black with #9706FC

Text Example


Text Example

White with #9706FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,6,252); }

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

background-color css

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

 a { background-color: rgb(151,6,252); }

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

border-color css

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

 span { border-color: rgb(151,6,252); }

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