Html Css Color HEX #952CEF Blue Violet

📋 copy color: '#952CEF'

red 149 ◦ green 44 ◦ blue 239

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

Shades of Blue Violet #952CEF

Tints of Blue Violet #952CEF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.19%

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

R = 34.49%
G = 10.19%
B = 55.32%

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

#952CEF (or 0x952CEF) is known color: Blue Violet. HEX triplet: 95, 2C and EF. RGB value is (149,44,239). Sum of RGB (Red+Green+Blue) = 149+44+239=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #952CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952CEF is #6AD310. Grayscale: #606060. Windows color (decimal): -7000849 or 15674517. OLE color: 15674517.

HSL color Cylindrical-coordinate representation of color #952CEF: hue angle of 272.31º 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 #952CEF is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 44 239 -
CMYK 0.38 0.82 0 0.06
HSL 272.31º 0.86% 0.55% -
HSV(B) 272.31º 0.82% 0.94% -
XYZ 28.88 14.42 82.92 -
YUV 97.63 207.79 164.64 -
System Red Green Blue C M Y K H S L
Decimal 149 44 239 0.38 0.82 0 0.06 272.31 0.86 0.55
Hex 95 2C EF 26 52 0 6 110 56 37
Octal 225 54 357 46 122 0 6 420 126 67
Binary 10010101 101100 11101111 100110 1010010 0 110 100010000 1010110 110111

Color Harmonies of #952CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952CEF

Black with #952CEF

Text Example


Text Example

White with #952CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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