Html Css Color HEX #953ADF Blue Violet

📋 copy color: '#953ADF'

red 149 ◦ green 58 ◦ blue 223

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

Shades of Blue Violet #953ADF

Tints of Blue Violet #953ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.86%

R = 34.65%
G = 13.49%
B = 51.86%

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

#953ADF (or 0x953ADF) is known color: Blue Violet. HEX triplet: 95, 3A and DF. RGB value is (149,58,223). Sum of RGB (Red+Green+Blue) = 149+58+223=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #953ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953ADF is #6AC520. Grayscale: #676767. Windows color (decimal): -6997281 or 14629525. OLE color: 14629525.

HSL color Cylindrical-coordinate representation of color #953ADF: hue angle of 273.09º degrees, saturation: 0.72, 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 #953ADF is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 58 223 -
CMYK 0.33 0.74 0 0.13
HSL 273.09º 0.72% 0.55% -
HSV(B) 273.09º 0.74% 0.87% -
XYZ 27.23 14.74 71.22 -
YUV 104.02 195.15 160.08 -
System Red Green Blue C M Y K H S L
Decimal 149 58 223 0.33 0.74 0 0.13 273.09 0.72 0.55
Hex 95 3A DF 21 4A 0 D 111 48 37
Octal 225 72 337 41 112 0 15 421 110 67
Binary 10010101 111010 11011111 100001 1001010 0 1101 100010001 1001000 110111

Color Harmonies of #953ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953ADF

Black with #953ADF

Text Example


Text Example

White with #953ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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