Html Css Color HEX #952DEC Blue Violet

📋 copy color: '#952DEC'

red 149 ◦ green 45 ◦ blue 236

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

Shades of Blue Violet #952DEC

Tints of Blue Violet #952DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.88%

R = 34.65%
G = 10.47%
B = 54.88%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#952DEC (or 0x952DEC) is known color: Blue Violet. HEX triplet: 95, 2D and EC. RGB value is (149,45,236). Sum of RGB (Red+Green+Blue) = 149+45+236=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #952DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952DEC is #6AD213. Grayscale: #616161. Windows color (decimal): -7000596 or 15478165. OLE color: 15478165.

HSL color Cylindrical-coordinate representation of color #952DEC: hue angle of 272.67º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952DEC is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 45 236 -
CMYK 0.37 0.81 0 0.07
HSL 272.67º 0.83% 0.55% -
HSV(B) 272.67º 0.81% 0.93% -
XYZ 28.47 14.32 80.62 -
YUV 97.87 205.96 164.47 -
System Red Green Blue C M Y K H S L
Decimal 149 45 236 0.37 0.81 0 0.07 272.67 0.83 0.55
Hex 95 2D EC 25 51 0 7 111 53 37
Octal 225 55 354 45 121 0 7 421 123 67
Binary 10010101 101101 11101100 100101 1010001 0 111 100010001 1010011 110111

Color Harmonies of #952DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952DEC

Black with #952DEC

Text Example


Text Example

White with #952DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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