Html Css Color HEX #952EEF Blue Violet

📋 copy color: '#952EEF'

red 149 ◦ green 46 ◦ blue 239

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

Shades of Blue Violet #952EEF

Tints of Blue Violet #952EEF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.6%

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

R = 34.33%
G = 10.6%
B = 55.07%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#952EEF (or 0x952EEF) is known color: Blue Violet. HEX triplet: 95, 2E and EF. RGB value is (149,46,239). Sum of RGB (Red+Green+Blue) = 149+46+239=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #952EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952EEF is #6AD110. Grayscale: #626262. Windows color (decimal): -7000337 or 15675029. OLE color: 15675029.

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

Color convert

RGB 149 46 239 -
CMYK 0.38 0.81 0 0.06
HSL 272.02º 0.86% 0.56% -
HSV(B) 272.02º 0.81% 0.94% -
XYZ 28.95 14.58 82.95 -
YUV 98.8 207.12 163.81 -
System Red Green Blue C M Y K H S L
Decimal 149 46 239 0.38 0.81 0 0.06 272.02 0.86 0.56
Hex 95 2E EF 26 51 0 6 110 56 38
Octal 225 56 357 46 121 0 6 420 126 70
Binary 10010101 101110 11101111 100110 1010001 0 110 100010000 1010110 111000

Color Harmonies of #952EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952EEF

Black with #952EEF

Text Example


Text Example

White with #952EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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