Html Css Color HEX #952FEA Blue Violet

📋 copy color: '#952FEA'

red 149 ◦ green 47 ◦ blue 234

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

Shades of Blue Violet #952FEA

Tints of Blue Violet #952FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.42%

R = 34.65%
G = 10.93%
B = 54.42%

CMYK

 C value IS 0.36

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#952FEA (or 0x952FEA) is known color: Blue Violet. HEX triplet: 95, 2F and EA. RGB value is (149,47,234). Sum of RGB (Red+Green+Blue) = 149+47+234=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #952FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952FEA is #6AD015. Grayscale: #626262. Windows color (decimal): -7000086 or 15347605. OLE color: 15347605.

HSL color Cylindrical-coordinate representation of color #952FEA: hue angle of 272.73º 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 #952FEA is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 47 234 -
CMYK 0.36 0.80 0 0.08
HSL 272.73º 0.82% 0.55% -
HSV(B) 272.73º 0.8% 0.92% -
XYZ 28.26 14.36 79.12 -
YUV 98.82 204.29 163.79 -
System Red Green Blue C M Y K H S L
Decimal 149 47 234 0.36 0.80 0 0.08 272.73 0.82 0.55
Hex 95 2F EA 24 50 0 8 111 52 37
Octal 225 57 352 44 120 0 10 421 122 67
Binary 10010101 101111 11101010 100100 1010000 0 1000 100010001 1010010 110111

Color Harmonies of #952FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952FEA

Black with #952FEA

Text Example


Text Example

White with #952FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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