Html Css Color HEX #952CEB Blue Violet

📋 copy color: '#952CEB'

red 149 ◦ green 44 ◦ blue 235

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

Shades of Blue Violet #952CEB

Tints of Blue Violet #952CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.91%

R = 34.81%
G = 10.28%
B = 54.91%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#952CEB (or 0x952CEB) is known color: Blue Violet. HEX triplet: 95, 2C and EB. RGB value is (149,44,235). Sum of RGB (Red+Green+Blue) = 149+44+235=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 44 (17.58% from 255 or 10.28% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #952CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952CEB is #6AD314. Grayscale: #606060. Windows color (decimal): -7000853 or 15412373. OLE color: 15412373.

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

Color convert

RGB 149 44 235 -
CMYK 0.37 0.81 0 0.08
HSL 272.98º 0.83% 0.55% -
HSV(B) 272.98º 0.81% 0.92% -
XYZ 28.29 14.19 79.84 -
YUV 97.17 205.79 164.97 -
System Red Green Blue C M Y K H S L
Decimal 149 44 235 0.37 0.81 0 0.08 272.98 0.83 0.55
Hex 95 2C EB 25 51 0 8 111 53 37
Octal 225 54 353 45 121 0 10 421 123 67
Binary 10010101 101100 11101011 100101 1010001 0 1000 100010001 1010011 110111

Color Harmonies of #952CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952CEB

Black with #952CEB

Text Example


Text Example

White with #952CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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