Html Css Color HEX #952FEB Blue Violet

📋 copy color: '#952FEB'

red 149 ◦ green 47 ◦ blue 235

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

Shades of Blue Violet #952FEB

Tints of Blue Violet #952FEB

RGB

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

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

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

R = 34.57%
G = 10.9%
B = 54.52%

CMYK

 C value IS 0.37

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#952FEB (or 0x952FEB) is known color: Blue Violet. HEX triplet: 95, 2F and EB. RGB value is (149,47,235). Sum of RGB (Red+Green+Blue) = 149+47+235=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #952FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952FEB is #6AD014. Grayscale: #626262. Windows color (decimal): -7000085 or 15413141. OLE color: 15413141.

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

Color convert

RGB 149 47 235 -
CMYK 0.37 0.8 0 0.08
HSL 272.55º 0.82% 0.55% -
HSV(B) 272.55º 0.8% 0.92% -
XYZ 28.41 14.42 79.88 -
YUV 98.93 204.79 163.71 -
System Red Green Blue C M Y K H S L
Decimal 149 47 235 0.37 0.8 0 0.08 272.55 0.82 0.55
Hex 95 2F EB 25 50 0 8 111 52 37
Octal 225 57 353 45 120 0 10 421 122 67
Binary 10010101 101111 11101011 100101 1010000 0 1000 100010001 1010010 110111

Color Harmonies of #952FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952FEB

Black with #952FEB

Text Example


Text Example

White with #952FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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