Html Css Color HEX #952CEC Blue Violet

📋 copy color: '#952CEC'

red 149 ◦ green 44 ◦ blue 236

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

Shades of Blue Violet #952CEC

Tints of Blue Violet #952CEC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.26%

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

R = 34.73%
G = 10.26%
B = 55.01%

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

#952CEC (or 0x952CEC) is known color: Blue Violet. HEX triplet: 95, 2C and EC. RGB value is (149,44,236). Sum of RGB (Red+Green+Blue) = 149+44+236=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #952CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952CEC is #6AD313. Grayscale: #606060. Windows color (decimal): -7000852 or 15477909. OLE color: 15477909.

HSL color Cylindrical-coordinate representation of color #952CEC: hue angle of 272.81º 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 #952CEC is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 44 236 -
CMYK 0.37 0.81 0 0.07
HSL 272.81º 0.83% 0.55% -
HSV(B) 272.81º 0.81% 0.93% -
XYZ 28.44 14.25 80.61 -
YUV 97.28 206.29 164.89 -
System Red Green Blue C M Y K H S L
Decimal 149 44 236 0.37 0.81 0 0.07 272.81 0.83 0.55
Hex 95 2C EC 25 51 0 7 111 53 37
Octal 225 54 354 45 121 0 7 421 123 67
Binary 10010101 101100 11101100 100101 1010001 0 111 100010001 1010011 110111

Color Harmonies of #952CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952CEC

Black with #952CEC

Text Example


Text Example

White with #952CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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