Html Css Color HEX #953DF9 Blue Violet

📋 copy color: '#953DF9'

red 149 ◦ green 61 ◦ blue 249

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

Shades of Blue Violet #953DF9

Tints of Blue Violet #953DF9

RGB

 RED value IS 149 (58.59% from 255) = 32.46%

 GREEN value IS 61 (24.22% from 255) = 13.29%

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

R = 32.46%
G = 13.29%
B = 54.25%

CMYK

 C value IS 0.40

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#953DF9 (or 0x953DF9) is known color: Blue Violet. HEX triplet: 95, 3D and F9. RGB value is (149,61,249). Sum of RGB (Red+Green+Blue) = 149+61+249=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 249 (97.66% from 255 or 54.25% from 459); Max value from RGB is 249 - color contains mainly: blue. Hex color #953DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953DF9 is #6AC206. Grayscale: #6C6C6C. Windows color (decimal): -6996487 or 16334229. OLE color: 16334229.

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

Color convert

RGB 149 61 249 -
CMYK 0.40 0.76 0 0.02
HSL 268.09º 0.94% 0.61% -
HSV(B) 268.09º 0.76% 0.98% -
XYZ 31.16 16.57 91.18 -
YUV 108.74 207.15 156.71 -
System Red Green Blue C M Y K H S L
Decimal 149 61 249 0.40 0.76 0 0.02 268.09 0.94 0.61
Hex 95 3D F9 28 4C 0 2 10C 5E 3D
Octal 225 75 371 50 114 0 2 414 136 75
Binary 10010101 111101 11111001 101000 1001100 0 10 100001100 1011110 111101

Color Harmonies of #953DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953DF9

Black with #953DF9

Text Example


Text Example

White with #953DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953DF9; }

 p { color: rgb(149,61,249); }

 H1.HeaderClassName
 {
   color: #953DF9;
 }
 .AnyTagClassName
 {
   color: #953DF9;
 }
</style>

background-color css

<style>
 a { background-color: #953DF9; }

 a { background-color: rgb(149,61,249); }

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

border-color css

<style>
 span { border-color: #953DF9; }

 span { border-color: rgb(149,61,249); }

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