Html Css Color HEX #953ADE Blue Violet

📋 copy color: '#953ADE'

red 149 ◦ green 58 ◦ blue 222

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

Shades of Blue Violet #953ADE

Tints of Blue Violet #953ADE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.52%

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

R = 34.73%
G = 13.52%
B = 51.75%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#953ADE (or 0x953ADE) is known color: Blue Violet. HEX triplet: 95, 3A and DE. RGB value is (149,58,222). Sum of RGB (Red+Green+Blue) = 149+58+222=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #953ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953ADE is #6AC521. Grayscale: #676767. Windows color (decimal): -6997282 or 14563989. OLE color: 14563989.

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

Color convert

RGB 149 58 222 -
CMYK 0.33 0.74 0 0.13
HSL 273.29º 0.71% 0.55% -
HSV(B) 273.29º 0.74% 0.87% -
XYZ 27.09 14.69 70.51 -
YUV 103.91 194.65 160.16 -
System Red Green Blue C M Y K H S L
Decimal 149 58 222 0.33 0.74 0 0.13 273.29 0.71 0.55
Hex 95 3A DE 21 4A 0 D 111 47 37
Octal 225 72 336 41 112 0 15 421 107 67
Binary 10010101 111010 11011110 100001 1001010 0 1101 100010001 1000111 110111

Color Harmonies of #953ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953ADE

Black with #953ADE

Text Example


Text Example

White with #953ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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