Html Css Color HEX #953EDE Blue Violet

📋 copy color: '#953EDE'

red 149 ◦ green 62 ◦ blue 222

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

Shades of Blue Violet #953EDE

Tints of Blue Violet #953EDE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.32%

 BLUE value IS 222 (87.11% from 255) = 51.27%

R = 34.41%
G = 14.32%
B = 51.27%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#953EDE (or 0x953EDE) is known color: Blue Violet. HEX triplet: 95, 3E and DE. RGB value is (149,62,222). Sum of RGB (Red+Green+Blue) = 149+62+222=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #953EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953EDE is #6AC121. Grayscale: #696969. Windows color (decimal): -6996258 or 14565013. OLE color: 14565013.

HSL color Cylindrical-coordinate representation of color #953EDE: hue angle of 272.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953EDE is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 62 222 -
CMYK 0.33 0.72 0 0.13
HSL 272.63º 0.71% 0.56% -
HSV(B) 272.63º 0.72% 0.87% -
XYZ 27.3 15.11 70.58 -
YUV 106.25 193.32 158.49 -
System Red Green Blue C M Y K H S L
Decimal 149 62 222 0.33 0.72 0 0.13 272.63 0.71 0.56
Hex 95 3E DE 21 48 0 D 111 47 38
Octal 225 76 336 41 110 0 15 421 107 70
Binary 10010101 111110 11011110 100001 1001000 0 1101 100010001 1000111 111000

Color Harmonies of #953EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953EDE

Black with #953EDE

Text Example


Text Example

White with #953EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,62,222); }

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

background-color css

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

 a { background-color: rgb(149,62,222); }

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

border-color css

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

 span { border-color: rgb(149,62,222); }

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