Html Css Color HEX #953FF8 Blue Violet

📋 copy color: '#953FF8'

red 149 ◦ green 63 ◦ blue 248

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

Shades of Blue Violet #953FF8

Tints of Blue Violet #953FF8

RGB

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

 GREEN value IS 63 (25% from 255) = 13.7%

 BLUE value IS 248 (97.27% from 255) = 53.91%

R = 32.39%
G = 13.7%
B = 53.91%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#953FF8 (or 0x953FF8) is known color: Blue Violet. HEX triplet: 95, 3F and F8. RGB value is (149,63,248). Sum of RGB (Red+Green+Blue) = 149+63+248=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 248 (97.27% from 255 or 53.91% from 460); Max value from RGB is 248 - color contains mainly: blue. Hex color #953FF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953FF8 is #6AC007. Grayscale: #6D6D6D. Windows color (decimal): -6995976 or 16269205. OLE color: 16269205.

HSL color Cylindrical-coordinate representation of color #953FF8: hue angle of 267.89º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #953FF8 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 63 248 -
CMYK 0.40 0.75 0 0.03
HSL 267.89º 0.93% 0.61% -
HSV(B) 267.89º 0.75% 0.97% -
XYZ 31.12 16.72 90.39 -
YUV 109.8 205.99 155.96 -
System Red Green Blue C M Y K H S L
Decimal 149 63 248 0.40 0.75 0 0.03 267.89 0.93 0.61
Hex 95 3F F8 28 4B 0 3 10C 5D 3D
Octal 225 77 370 50 113 0 3 414 135 75
Binary 10010101 111111 11111000 101000 1001011 0 11 100001100 1011101 111101

Color Harmonies of #953FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953FF8

Black with #953FF8

Text Example


Text Example

White with #953FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,63,248); }

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

background-color css

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

 a { background-color: rgb(149,63,248); }

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

border-color css

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

 span { border-color: rgb(149,63,248); }

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