Html Css Color HEX #9710FB Blue Violet

📋 copy color: '#9710FB'

red 151 ◦ green 16 ◦ blue 251

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

Shades of Blue Violet #9710FB

Tints of Blue Violet #9710FB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.83%

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

R = 36.12%
G = 3.83%
B = 60.05%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9710FB (or 0x9710FB) is known color: Blue Violet. HEX triplet: 97, 10 and FB. RGB value is (151,16,251). Sum of RGB (Red+Green+Blue) = 151+16+251=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 16 (6.64% from 255 or 3.83% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #9710FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9710FB is #68EF04. Grayscale: #525252. Windows color (decimal): -6876933 or 16453783. OLE color: 16453783.

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

Color convert

RGB 151 16 251 -
CMYK 0.40 0.94 0 0.02
HSL 274.47º 0.97% 0.52% -
HSV(B) 274.47º 0.94% 0.98% -
XYZ 30.36 13.91 92.35 -
YUV 83.16 222.73 176.39 -
System Red Green Blue C M Y K H S L
Decimal 151 16 251 0.40 0.94 0 0.02 274.47 0.97 0.52
Hex 97 10 FB 28 5E 0 2 112 61 34
Octal 227 20 373 50 136 0 2 422 141 64
Binary 10010111 10000 11111011 101000 1011110 0 10 100010010 1100001 110100

Color Harmonies of #9710FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9710FB

Black with #9710FB

Text Example


Text Example

White with #9710FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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