Html Css Color HEX #9712F1 Blue Violet

📋 copy color: '#9712F1'

red 151 ◦ green 18 ◦ blue 241

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

Shades of Blue Violet #9712F1

Tints of Blue Violet #9712F1

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.39%

 BLUE value IS 241 (94.53% from 255) = 58.78%

R = 36.83%
G = 4.39%
B = 58.78%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9712F1 (or 0x9712F1) is known color: Blue Violet. HEX triplet: 97, 12 and F1. RGB value is (151,18,241). Sum of RGB (Red+Green+Blue) = 151+18+241=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 241 (94.53% from 255 or 58.78% from 410); Max value from RGB is 241 - color contains mainly: blue. Hex color #9712F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9712F1 is #68ED0E. Grayscale: #525252. Windows color (decimal): -6876431 or 15798935. OLE color: 15798935.

HSL color Cylindrical-coordinate representation of color #9712F1: hue angle of 275.78º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9712F1 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 18 241 -
CMYK 0.37 0.93 0 0.05
HSL 275.78º 0.89% 0.51% -
HSV(B) 275.78º 0.93% 0.95% -
XYZ 28.86 13.36 84.28 -
YUV 83.19 217.06 176.37 -
System Red Green Blue C M Y K H S L
Decimal 151 18 241 0.37 0.93 0 0.05 275.78 0.89 0.51
Hex 97 12 F1 25 5D 0 5 114 59 33
Octal 227 22 361 45 135 0 5 424 131 63
Binary 10010111 10010 11110001 100101 1011101 0 101 100010100 1011001 110011

Color Harmonies of #9712F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9712F1

Black with #9712F1

Text Example


Text Example

White with #9712F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9712F1; }

 p { color: rgb(151,18,241); }

 H1.HeaderClassName
 {
   color: #9712F1;
 }
 .AnyTagClassName
 {
   color: #9712F1;
 }
</style>

background-color css

<style>
 a { background-color: #9712F1; }

 a { background-color: rgb(151,18,241); }

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

border-color css

<style>
 span { border-color: #9712F1; }

 span { border-color: rgb(151,18,241); }

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