Html Css Color HEX #952FED Blue Violet

📋 copy color: '#952FED'

red 149 ◦ green 47 ◦ blue 237

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

Shades of Blue Violet #952FED

Tints of Blue Violet #952FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.73%

R = 34.41%
G = 10.85%
B = 54.73%

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

#952FED (or 0x952FED) is known color: Blue Violet. HEX triplet: 95, 2F and ED. RGB value is (149,47,237). Sum of RGB (Red+Green+Blue) = 149+47+237=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #952FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952FED is #6AD012. Grayscale: #626262. Windows color (decimal): -7000083 or 15544213. OLE color: 15544213.

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

Color convert

RGB 149 47 237 -
CMYK 0.37 0.80 0 0.07
HSL 272.21º 0.84% 0.56% -
HSV(B) 272.21º 0.8% 0.93% -
XYZ 28.7 14.54 81.41 -
YUV 99.16 205.79 163.55 -
System Red Green Blue C M Y K H S L
Decimal 149 47 237 0.37 0.80 0 0.07 272.21 0.84 0.56
Hex 95 2F ED 25 50 0 7 110 54 38
Octal 225 57 355 45 120 0 7 420 124 70
Binary 10010101 101111 11101101 100101 1010000 0 111 100010000 1010100 111000

Color Harmonies of #952FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952FED

Black with #952FED

Text Example


Text Example

White with #952FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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