Html Css Color HEX #952DFE Blue Violet

📋 copy color: '#952DFE'

red 149 ◦ green 45 ◦ blue 254

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

Shades of Blue Violet #952DFE

Tints of Blue Violet #952DFE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.04%

 BLUE value IS 254 (99.61% from 255) = 56.7%

R = 33.26%
G = 10.04%
B = 56.7%

CMYK

 C value IS 0.41

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#952DFE (or 0x952DFE) is known color: Blue Violet. HEX triplet: 95, 2D and FE. RGB value is (149,45,254). Sum of RGB (Red+Green+Blue) = 149+45+254=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #952DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952DFE is #6AD201. Grayscale: #636363. Windows color (decimal): -7000578 or 16657813. OLE color: 16657813.

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

Color convert

RGB 149 45 254 -
CMYK 0.41 0.82 0 0.00
HSL 269.86º 0.99% 0.59% -
HSV(B) 269.86º 0.82% 1% -
XYZ 31.22 15.42 95.1 -
YUV 99.92 214.96 163.01 -
System Red Green Blue C M Y K H S L
Decimal 149 45 254 0.41 0.82 0 0.00 269.86 0.99 0.59
Hex 95 2D FE 29 52 0 0 10E 63 3B
Octal 225 55 376 51 122 0 0 416 143 73
Binary 10010101 101101 11111110 101001 1010010 0 0 100001110 1100011 111011

Color Harmonies of #952DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952DFE

Black with #952DFE

Text Example


Text Example

White with #952DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,45,254); }

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

background-color css

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

 a { background-color: rgb(149,45,254); }

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

border-color css

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

 span { border-color: rgb(149,45,254); }

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