Html Css Color HEX #953FEE Blue Violet

📋 copy color: '#953FEE'

red 149 ◦ green 63 ◦ blue 238

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

Shades of Blue Violet #953FEE

Tints of Blue Violet #953FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.89%

R = 33.11%
G = 14%
B = 52.89%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#953FEE (or 0x953FEE) is known color: Blue Violet. HEX triplet: 95, 3F and EE. RGB value is (149,63,238). Sum of RGB (Red+Green+Blue) = 149+63+238=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #953FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953FEE is #6AC011. Grayscale: #6C6C6C. Windows color (decimal): -6995986 or 15613845. OLE color: 15613845.

HSL color Cylindrical-coordinate representation of color #953FEE: hue angle of 269.49º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #953FEE is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 63 238 -
CMYK 0.37 0.74 0 0.07
HSL 269.49º 0.84% 0.59% -
HSV(B) 269.49º 0.74% 0.93% -
XYZ 29.6 16.12 82.44 -
YUV 108.66 200.99 156.77 -
System Red Green Blue C M Y K H S L
Decimal 149 63 238 0.37 0.74 0 0.07 269.49 0.84 0.59
Hex 95 3F EE 25 4A 0 7 10D 54 3B
Octal 225 77 356 45 112 0 7 415 124 73
Binary 10010101 111111 11101110 100101 1001010 0 111 100001101 1010100 111011

Color Harmonies of #953FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953FEE

Black with #953FEE

Text Example


Text Example

White with #953FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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