Html Css Color HEX #9610F9 Blue Violet

📋 copy color: '#9610F9'

red 150 ◦ green 16 ◦ blue 249

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

Shades of Blue Violet #9610F9

Tints of Blue Violet #9610F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 60%

R = 36.14%
G = 3.86%
B = 60%

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

#9610F9 (or 0x9610F9) is known color: Blue Violet. HEX triplet: 96, 10 and F9. RGB value is (150,16,249). Sum of RGB (Red+Green+Blue) = 150+16+249=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 249 (97.66% from 255 or 60% from 415); Max value from RGB is 249 - color contains mainly: blue. Hex color #9610F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9610F9 is #69EF06. Grayscale: #515151. Windows color (decimal): -6942471 or 16322710. OLE color: 16322710.

HSL color Cylindrical-coordinate representation of color #9610F9: hue angle of 274.51º degrees, saturation: 0.95, 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 #9610F9 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 16 249 -
CMYK 0.40 0.94 0 0.02
HSL 274.51º 0.95% 0.52% -
HSV(B) 274.51º 0.94% 0.98% -
XYZ 29.86 13.69 90.69 -
YUV 82.63 221.89 176.05 -
System Red Green Blue C M Y K H S L
Decimal 150 16 249 0.40 0.94 0 0.02 274.51 0.95 0.52
Hex 96 10 F9 28 5E 0 2 113 5F 34
Octal 226 20 371 50 136 0 2 423 137 64
Binary 10010110 10000 11111001 101000 1011110 0 10 100010011 1011111 110100

Color Harmonies of #9610F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9610F9

Black with #9610F9

Text Example


Text Example

White with #9610F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9610F9; }

 p { color: rgb(150,16,249); }

 H1.HeaderClassName
 {
   color: #9610F9;
 }
 .AnyTagClassName
 {
   color: #9610F9;
 }
</style>

background-color css

<style>
 a { background-color: #9610F9; }

 a { background-color: rgb(150,16,249); }

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

border-color css

<style>
 span { border-color: #9610F9; }

 span { border-color: rgb(150,16,249); }

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