Html Css Color HEX #9700FC Dark Violet

📋 copy color: '#9700FC'

red 151 ◦ green 0 ◦ blue 252

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

Shades of Dark Violet #9700FC

Tints of Dark Violet #9700FC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.47%
G = 0%
B = 62.53%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9700FC (or 0x9700FC) is known color: Dark Violet. HEX triplet: 97, 00 and FC. RGB value is (151,0,252). Sum of RGB (Red+Green+Blue) = 151+0+252=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #9700FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9700FC is #68FF03. Grayscale: #494949. Windows color (decimal): -6881028 or 16515223. OLE color: 16515223.

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

Color convert

RGB 151 0 252 -
CMYK 0.40 1 0 0.01
HSL 275.95º 1% 0.49% -
HSV(B) 275.95º 1% 0.99% -
XYZ 30.33 13.61 93.12 -
YUV 73.88 228.53 183.01 -
System Red Green Blue C M Y K H S L
Decimal 151 0 252 0.40 1 0 0.01 275.95 1 0.49
Hex 97 0 FC 28 64 0 1 114 64 31
Octal 227 0 374 50 144 0 1 424 144 61
Binary 10010111 0 11111100 101000 1100100 0 1 100010100 1100100 110001

Color Harmonies of #9700FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9700FC

Black with #9700FC

Text Example


Text Example

White with #9700FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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