Html Css Color HEX #952DE1 Blue Violet

📋 copy color: '#952DE1'

red 149 ◦ green 45 ◦ blue 225

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

Shades of Blue Violet #952DE1

Tints of Blue Violet #952DE1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.74%

 BLUE value IS 225 (88.28% from 255) = 53.7%

R = 35.56%
G = 10.74%
B = 53.7%

CMYK

 C value IS 0.34

 M value IS 0.8

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#952DE1 (or 0x952DE1) is known color: Blue Violet. HEX triplet: 95, 2D and E1. RGB value is (149,45,225). Sum of RGB (Red+Green+Blue) = 149+45+225=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 225 (88.28% from 255 or 53.70% from 419); Max value from RGB is 225 - color contains mainly: blue. Hex color #952DE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952DE1 is #6AD21E. Grayscale: #606060. Windows color (decimal): -7000607 or 14757269. OLE color: 14757269.

HSL color Cylindrical-coordinate representation of color #952DE1: hue angle of 274.67º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #952DE1 is Cyan = 0.34, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 45 225 -
CMYK 0.34 0.8 0 0.12
HSL 274.67º 0.75% 0.53% -
HSV(B) 274.67º 0.8% 0.88% -
XYZ 26.92 13.7 72.46 -
YUV 96.62 200.46 165.36 -
System Red Green Blue C M Y K H S L
Decimal 149 45 225 0.34 0.8 0 0.12 274.67 0.75 0.53
Hex 95 2D E1 22 50 0 C 113 4B 35
Octal 225 55 341 42 120 0 14 423 113 65
Binary 10010101 101101 11100001 100010 1010000 0 1100 100010011 1001011 110101

Color Harmonies of #952DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952DE1

Black with #952DE1

Text Example


Text Example

White with #952DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952DE1; }

 p { color: rgb(149,45,225); }

 H1.HeaderClassName
 {
   color: #952DE1;
 }
 .AnyTagClassName
 {
   color: #952DE1;
 }
</style>

background-color css

<style>
 a { background-color: #952DE1; }

 a { background-color: rgb(149,45,225); }

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

border-color css

<style>
 span { border-color: #952DE1; }

 span { border-color: rgb(149,45,225); }

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