Html Css Color HEX #953EFF Blue Violet

📋 copy color: '#953EFF'

red 149 ◦ green 62 ◦ blue 255

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

Shades of Blue Violet #953EFF

Tints of Blue Violet #953EFF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.3%

 BLUE value IS 255 (100% from 255) = 54.72%

R = 31.97%
G = 13.3%
B = 54.72%

CMYK

 C value IS 0.42

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#953EFF (or 0x953EFF) is known color: Blue Violet. HEX triplet: 95, 3E and FF. RGB value is (149,62,255). Sum of RGB (Red+Green+Blue) = 149+62+255=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #953EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953EFF is #6AC100. Grayscale: #6D6D6D. Windows color (decimal): -6996225 or 16727701. OLE color: 16727701.

HSL color Cylindrical-coordinate representation of color #953EFF: hue angle of 267.05º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #953EFF is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 62 255 -
CMYK 0.42 0.76 0 0
HSL 267.05º 1% 0.62% -
HSV(B) 267.05º 0.76% 1% -
XYZ 32.17 17.05 96.2 -
YUV 110.02 209.82 155.81 -
System Red Green Blue C M Y K H S L
Decimal 149 62 255 0.42 0.76 0 0 267.05 1 0.62
Hex 95 3E FF 2A 4C 0 0 10B 64 3E
Octal 225 76 377 52 114 0 0 413 144 76
Binary 10010101 111110 11111111 101010 1001100 0 0 100001011 1100100 111110

Color Harmonies of #953EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953EFF

Black with #953EFF

Text Example


Text Example

White with #953EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,62,255); }

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

background-color css

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

 a { background-color: rgb(149,62,255); }

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

border-color css

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

 span { border-color: rgb(149,62,255); }

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