Html Css Color HEX #952DF8 Blue Violet

📋 copy color: '#952DF8'

red 149 ◦ green 45 ◦ blue 248

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

Shades of Blue Violet #952DF8

Tints of Blue Violet #952DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 56.11%

R = 33.71%
G = 10.18%
B = 56.11%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#952DF8 (or 0x952DF8) is known color: Blue Violet. HEX triplet: 95, 2D and F8. RGB value is (149,45,248). Sum of RGB (Red+Green+Blue) = 149+45+248=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 248 (97.27% from 255 or 56.11% from 442); Max value from RGB is 248 - color contains mainly: blue. Hex color #952DF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952DF8 is #6AD207. Grayscale: #626262. Windows color (decimal): -7000584 or 16264597. OLE color: 16264597.

HSL color Cylindrical-coordinate representation of color #952DF8: hue angle of 270.74º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #952DF8 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 45 248 -
CMYK 0.40 0.82 0 0.03
HSL 270.74º 0.94% 0.57% -
HSV(B) 270.74º 0.82% 0.97% -
XYZ 30.28 15.04 90.11 -
YUV 99.24 211.96 163.49 -
System Red Green Blue C M Y K H S L
Decimal 149 45 248 0.40 0.82 0 0.03 270.74 0.94 0.57
Hex 95 2D F8 28 52 0 3 10F 5E 39
Octal 225 55 370 50 122 0 3 417 136 71
Binary 10010101 101101 11111000 101000 1010010 0 11 100001111 1011110 111001

Color Harmonies of #952DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952DF8

Black with #952DF8

Text Example


Text Example

White with #952DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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