Html Css Color HEX #9713FC Blue Violet

📋 copy color: '#9713FC'

red 151 ◦ green 19 ◦ blue 252

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

Shades of Blue Violet #9713FC

Tints of Blue Violet #9713FC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.5%

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

R = 35.78%
G = 4.5%
B = 59.72%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9713FC (or 0x9713FC) is known color: Blue Violet. HEX triplet: 97, 13 and FC. RGB value is (151,19,252). Sum of RGB (Red+Green+Blue) = 151+19+252=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 19 (7.81% from 255 or 4.50% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #9713FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9713FC is #68EC03. Grayscale: #545454. Windows color (decimal): -6876164 or 16520087. OLE color: 16520087.

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

Color convert

RGB 151 19 252 -
CMYK 0.40 0.92 0 0.01
HSL 273.99º 0.97% 0.53% -
HSV(B) 273.99º 0.92% 0.99% -
XYZ 30.57 14.07 93.2 -
YUV 85.03 222.23 175.05 -
System Red Green Blue C M Y K H S L
Decimal 151 19 252 0.40 0.92 0 0.01 273.99 0.97 0.53
Hex 97 13 FC 28 5C 0 1 112 61 35
Octal 227 23 374 50 134 0 1 422 141 65
Binary 10010111 10011 11111100 101000 1011100 0 1 100010010 1100001 110101

Color Harmonies of #9713FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9713FC

Black with #9713FC

Text Example


Text Example

White with #9713FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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