Html Css Color HEX #952EFF Blue Violet

📋 copy color: '#952EFF'

red 149 ◦ green 46 ◦ blue 255

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

Shades of Blue Violet #952EFF

Tints of Blue Violet #952EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.67%

R = 33.11%
G = 10.22%
B = 56.67%

CMYK

 C value IS 0.42

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#952EFF (or 0x952EFF) is known color: Blue Violet. HEX triplet: 95, 2E and FF. RGB value is (149,46,255). Sum of RGB (Red+Green+Blue) = 149+46+255=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #952EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952EFF is #6AD100. Grayscale: #636363. Windows color (decimal): -7000321 or 16723605. OLE color: 16723605.

HSL color Cylindrical-coordinate representation of color #952EFF: hue angle of 269.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #952EFF is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 46 255 -
CMYK 0.42 0.82 0 0
HSL 269.57º 1% 0.59% -
HSV(B) 269.57º 0.82% 1% -
XYZ 31.42 15.56 95.96 -
YUV 100.62 215.12 162.51 -
System Red Green Blue C M Y K H S L
Decimal 149 46 255 0.42 0.82 0 0 269.57 1 0.59
Hex 95 2E FF 2A 52 0 0 10E 64 3B
Octal 225 56 377 52 122 0 0 416 144 73
Binary 10010101 101110 11111111 101010 1010010 0 0 100001110 1100100 111011

Color Harmonies of #952EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952EFF

Black with #952EFF

Text Example


Text Example

White with #952EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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