Html Css Color HEX #952FDE Blue Violet

📋 copy color: '#952FDE'

red 149 ◦ green 47 ◦ blue 222

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

Shades of Blue Violet #952FDE

Tints of Blue Violet #952FDE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.24%

 BLUE value IS 222 (87.11% from 255) = 53.11%

R = 35.65%
G = 11.24%
B = 53.11%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#952FDE (or 0x952FDE) is known color: Blue Violet. HEX triplet: 95, 2F and DE. RGB value is (149,47,222). Sum of RGB (Red+Green+Blue) = 149+47+222=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #952FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952FDE is #6AD021. Grayscale: #606060. Windows color (decimal): -7000098 or 14561173. OLE color: 14561173.

HSL color Cylindrical-coordinate representation of color #952FDE: hue angle of 274.97º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952FDE is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 47 222 -
CMYK 0.33 0.79 0 0.13
HSL 274.97º 0.73% 0.53% -
HSV(B) 274.97º 0.79% 0.87% -
XYZ 26.6 13.7 70.35 -
YUV 97.45 198.29 164.77 -
System Red Green Blue C M Y K H S L
Decimal 149 47 222 0.33 0.79 0 0.13 274.97 0.73 0.53
Hex 95 2F DE 21 4F 0 D 113 49 35
Octal 225 57 336 41 117 0 15 423 111 65
Binary 10010101 101111 11011110 100001 1001111 0 1101 100010011 1001001 110101

Color Harmonies of #952FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952FDE

Black with #952FDE

Text Example


Text Example

White with #952FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,47,222); }

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

background-color css

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

 a { background-color: rgb(149,47,222); }

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

border-color css

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

 span { border-color: rgb(149,47,222); }

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