Html Css Color HEX #952BEF Blue Violet

📋 copy color: '#952BEF'

red 149 ◦ green 43 ◦ blue 239

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

Shades of Blue Violet #952BEF

Tints of Blue Violet #952BEF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.98%

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

R = 34.57%
G = 9.98%
B = 55.45%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#952BEF (or 0x952BEF) is known color: Blue Violet. HEX triplet: 95, 2B and EF. RGB value is (149,43,239). Sum of RGB (Red+Green+Blue) = 149+43+239=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #952BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952BEF is #6AD410. Grayscale: #606060. Windows color (decimal): -7001105 or 15674261. OLE color: 15674261.

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

Color convert

RGB 149 43 239 -
CMYK 0.38 0.82 0 0.06
HSL 272.45º 0.86% 0.55% -
HSV(B) 272.45º 0.82% 0.94% -
XYZ 28.84 14.35 82.91 -
YUV 97.04 208.12 165.06 -
System Red Green Blue C M Y K H S L
Decimal 149 43 239 0.38 0.82 0 0.06 272.45 0.86 0.55
Hex 95 2B EF 26 52 0 6 110 56 37
Octal 225 53 357 46 122 0 6 420 126 67
Binary 10010101 101011 11101111 100110 1010010 0 110 100010000 1010110 110111

Color Harmonies of #952BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952BEF

Black with #952BEF

Text Example


Text Example

White with #952BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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