Html Css Color HEX #952FEC Blue Violet

📋 copy color: '#952FEC'

red 149 ◦ green 47 ◦ blue 236

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

Shades of Blue Violet #952FEC

Tints of Blue Violet #952FEC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.88%

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

R = 34.49%
G = 10.88%
B = 54.63%

CMYK

 C value IS 0.37

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#952FEC (or 0x952FEC) is known color: Blue Violet. HEX triplet: 95, 2F and EC. RGB value is (149,47,236). Sum of RGB (Red+Green+Blue) = 149+47+236=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #952FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952FEC is #6AD013. Grayscale: #626262. Windows color (decimal): -7000084 or 15478677. OLE color: 15478677.

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

Color convert

RGB 149 47 236 -
CMYK 0.37 0.80 0 0.07
HSL 272.38º 0.83% 0.55% -
HSV(B) 272.38º 0.8% 0.93% -
XYZ 28.55 14.48 80.65 -
YUV 99.04 205.29 163.63 -
System Red Green Blue C M Y K H S L
Decimal 149 47 236 0.37 0.80 0 0.07 272.38 0.83 0.55
Hex 95 2F EC 25 50 0 7 110 53 37
Octal 225 57 354 45 120 0 7 420 123 67
Binary 10010101 101111 11101100 100101 1010000 0 111 100010000 1010011 110111

Color Harmonies of #952FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952FEC

Black with #952FEC

Text Example


Text Example

White with #952FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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