Html Css Color HEX #9713FB Blue Violet

📋 copy color: '#9713FB'

red 151 ◦ green 19 ◦ blue 251

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

Shades of Blue Violet #9713FB

Tints of Blue Violet #9713FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.62%

R = 35.87%
G = 4.51%
B = 59.62%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9713FB (or 0x9713FB) is known color: Blue Violet. HEX triplet: 97, 13 and FB. RGB value is (151,19,251). Sum of RGB (Red+Green+Blue) = 151+19+251=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 19 (7.81% from 255 or 4.51% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #9713FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9713FB is #68EC04. Grayscale: #545454. Windows color (decimal): -6876165 or 16454551. OLE color: 16454551.

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

Color convert

RGB 151 19 251 -
CMYK 0.40 0.92 0 0.02
HSL 274.14º 0.97% 0.53% -
HSV(B) 274.14º 0.92% 0.98% -
XYZ 30.41 14.01 92.37 -
YUV 84.92 221.73 175.14 -
System Red Green Blue C M Y K H S L
Decimal 151 19 251 0.40 0.92 0 0.02 274.14 0.97 0.53
Hex 97 13 FB 28 5C 0 2 112 61 35
Octal 227 23 373 50 134 0 2 422 141 65
Binary 10010111 10011 11111011 101000 1011100 0 10 100010010 1100001 110101

Color Harmonies of #9713FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9713FB

Black with #9713FB

Text Example


Text Example

White with #9713FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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