Html Css Color HEX #953EEF Blue Violet

📋 copy color: '#953EEF'

red 149 ◦ green 62 ◦ blue 239

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

Shades of Blue Violet #953EEF

Tints of Blue Violet #953EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.11%

R = 33.11%
G = 13.78%
B = 53.11%

CMYK

 C value IS 0.38

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#953EEF (or 0x953EEF) is known color: Blue Violet. HEX triplet: 95, 3E and EF. RGB value is (149,62,239). Sum of RGB (Red+Green+Blue) = 149+62+239=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 62 (24.61% from 255 or 13.78% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #953EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953EEF is #6AC110. Grayscale: #6B6B6B. Windows color (decimal): -6996241 or 15679125. OLE color: 15679125.

HSL color Cylindrical-coordinate representation of color #953EEF: hue angle of 269.49º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #953EEF is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 62 239 -
CMYK 0.38 0.74 0 0.06
HSL 269.49º 0.85% 0.59% -
HSV(B) 269.49º 0.74% 0.94% -
XYZ 29.7 16.07 83.2 -
YUV 108.19 201.82 157.11 -
System Red Green Blue C M Y K H S L
Decimal 149 62 239 0.38 0.74 0 0.06 269.49 0.85 0.59
Hex 95 3E EF 26 4A 0 6 10D 55 3B
Octal 225 76 357 46 112 0 6 415 125 73
Binary 10010101 111110 11101111 100110 1001010 0 110 100001101 1010101 111011

Color Harmonies of #953EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953EEF

Black with #953EEF

Text Example


Text Example

White with #953EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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