Html Css Color HEX #952FEF Blue Violet

📋 copy color: '#952FEF'

red 149 ◦ green 47 ◦ blue 239

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

Shades of Blue Violet #952FEF

Tints of Blue Violet #952FEF

RGB

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

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

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

R = 34.25%
G = 10.8%
B = 54.94%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#952FEF (or 0x952FEF) is known color: Blue Violet. HEX triplet: 95, 2F and EF. RGB value is (149,47,239). Sum of RGB (Red+Green+Blue) = 149+47+239=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #952FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952FEF is #6AD010. Grayscale: #626262. Windows color (decimal): -7000081 or 15675285. OLE color: 15675285.

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

Color convert

RGB 149 47 239 -
CMYK 0.38 0.80 0 0.06
HSL 271.88º 0.86% 0.56% -
HSV(B) 271.88º 0.8% 0.94% -
XYZ 28.99 14.65 82.96 -
YUV 99.39 206.79 163.39 -
System Red Green Blue C M Y K H S L
Decimal 149 47 239 0.38 0.80 0 0.06 271.88 0.86 0.56
Hex 95 2F EF 26 50 0 6 110 56 38
Octal 225 57 357 46 120 0 6 420 126 70
Binary 10010101 101111 11101111 100110 1010000 0 110 100010000 1010110 111000

Color Harmonies of #952FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952FEF

Black with #952FEF

Text Example


Text Example

White with #952FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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