Html Css Color HEX #9616FB Blue Violet

📋 copy color: '#9616FB'

red 150 ◦ green 22 ◦ blue 251

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

Shades of Blue Violet #9616FB

Tints of Blue Violet #9616FB

RGB

 RED value IS 150 (58.98% from 255) = 35.46%

 GREEN value IS 22 (8.98% from 255) = 5.2%

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

R = 35.46%
G = 5.2%
B = 59.34%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9616FB (or 0x9616FB) is known color: Blue Violet. HEX triplet: 96, 16 and FB. RGB value is (150,22,251). Sum of RGB (Red+Green+Blue) = 150+22+251=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #9616FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9616FB is #69E904. Grayscale: #555555. Windows color (decimal): -6940933 or 16455318. OLE color: 16455318.

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

Color convert

RGB 150 22 251 -
CMYK 0.40 0.91 0 0.02
HSL 273.54º 0.97% 0.54% -
HSV(B) 273.54º 0.91% 0.98% -
XYZ 30.28 14.02 92.38 -
YUV 86.38 220.91 173.38 -
System Red Green Blue C M Y K H S L
Decimal 150 22 251 0.40 0.91 0 0.02 273.54 0.97 0.54
Hex 96 16 FB 28 5B 0 2 112 61 36
Octal 226 26 373 50 133 0 2 422 141 66
Binary 10010110 10110 11111011 101000 1011011 0 10 100010010 1100001 110110

Color Harmonies of #9616FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9616FB

Black with #9616FB

Text Example


Text Example

White with #9616FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,22,251); }

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

background-color css

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

 a { background-color: rgb(150,22,251); }

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

border-color css

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

 span { border-color: rgb(150,22,251); }

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