Html Css Color HEX #952BE0 Blue Violet

📋 copy color: '#952BE0'

red 149 ◦ green 43 ◦ blue 224

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

Shades of Blue Violet #952BE0

Tints of Blue Violet #952BE0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.34%

 BLUE value IS 224 (87.89% from 255) = 53.85%

R = 35.82%
G = 10.34%
B = 53.85%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#952BE0 (or 0x952BE0) is known color: Blue Violet. HEX triplet: 95, 2B and E0. RGB value is (149,43,224). Sum of RGB (Red+Green+Blue) = 149+43+224=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 43 (17.19% from 255 or 10.34% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #952BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952BE0 is #6AD41F. Grayscale: #5E5E5E. Windows color (decimal): -7001120 or 14691221. OLE color: 14691221.

HSL color Cylindrical-coordinate representation of color #952BE0: hue angle of 275.14º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952BE0 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 43 224 -
CMYK 0.33 0.81 0 0.12
HSL 275.14º 0.74% 0.52% -
HSV(B) 275.14º 0.81% 0.88% -
XYZ 26.71 13.5 71.72 -
YUV 95.33 200.62 166.28 -
System Red Green Blue C M Y K H S L
Decimal 149 43 224 0.33 0.81 0 0.12 275.14 0.74 0.52
Hex 95 2B E0 21 51 0 C 113 4A 34
Octal 225 53 340 41 121 0 14 423 112 64
Binary 10010101 101011 11100000 100001 1010001 0 1100 100010011 1001010 110100

Color Harmonies of #952BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952BE0

Black with #952BE0

Text Example


Text Example

White with #952BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,43,224); }

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

background-color css

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

 a { background-color: rgb(149,43,224); }

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

border-color css

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

 span { border-color: rgb(149,43,224); }

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