Html Css Color HEX #953FEA Blue Violet

📋 copy color: '#953FEA'

red 149 ◦ green 63 ◦ blue 234

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

Shades of Blue Violet #953FEA

Tints of Blue Violet #953FEA

RGB

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

 GREEN value IS 63 (25% from 255) = 14.13%

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

R = 33.41%
G = 14.13%
B = 52.47%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#953FEA (or 0x953FEA) is known color: Blue Violet. HEX triplet: 95, 3F and EA. RGB value is (149,63,234). Sum of RGB (Red+Green+Blue) = 149+63+234=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #953FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953FEA is #6AC015. Grayscale: #6B6B6B. Windows color (decimal): -6995990 or 15351701. OLE color: 15351701.

HSL color Cylindrical-coordinate representation of color #953FEA: hue angle of 270.18º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #953FEA is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 63 234 -
CMYK 0.36 0.73 0 0.08
HSL 270.18º 0.8% 0.58% -
HSV(B) 270.18º 0.73% 0.92% -
XYZ 29.02 15.89 79.38 -
YUV 108.21 198.99 157.1 -
System Red Green Blue C M Y K H S L
Decimal 149 63 234 0.36 0.73 0 0.08 270.18 0.8 0.58
Hex 95 3F EA 24 49 0 8 10E 50 3A
Octal 225 77 352 44 111 0 10 416 120 72
Binary 10010101 111111 11101010 100100 1001001 0 1000 100001110 1010000 111010

Color Harmonies of #953FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953FEA

Black with #953FEA

Text Example


Text Example

White with #953FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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