Html Css Color HEX #9713FD Blue Violet

📋 copy color: '#9713FD'

red 151 ◦ green 19 ◦ blue 253

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

Shades of Blue Violet #9713FD

Tints of Blue Violet #9713FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.81%

R = 35.7%
G = 4.49%
B = 59.81%

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

#9713FD (or 0x9713FD) is known color: Blue Violet. HEX triplet: 97, 13 and FD. RGB value is (151,19,253). Sum of RGB (Red+Green+Blue) = 151+19+253=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #9713FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9713FD is #68EC02. Grayscale: #545454. Windows color (decimal): -6876163 or 16585623. OLE color: 16585623.

HSL color Cylindrical-coordinate representation of color #9713FD: hue angle of 273.85º degrees, saturation: 0.98, 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 #9713FD is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 19 253 -
CMYK 0.40 0.92 0 0.01
HSL 273.85º 0.98% 0.53% -
HSV(B) 273.85º 0.92% 0.99% -
XYZ 30.73 14.14 94.04 -
YUV 85.14 222.73 174.97 -
System Red Green Blue C M Y K H S L
Decimal 151 19 253 0.40 0.92 0 0.01 273.85 0.98 0.53
Hex 97 13 FD 28 5C 0 1 112 62 35
Octal 227 23 375 50 134 0 1 422 142 65
Binary 10010111 10011 11111101 101000 1011100 0 1 100010010 1100010 110101

Color Harmonies of #9713FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9713FD

Black with #9713FD

Text Example


Text Example

White with #9713FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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