Html Css Color HEX #952BDF Blue Violet

📋 copy color: '#952BDF'

red 149 ◦ green 43 ◦ blue 223

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

Shades of Blue Violet #952BDF

Tints of Blue Violet #952BDF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.36%

 BLUE value IS 223 (87.5% from 255) = 53.73%

R = 35.9%
G = 10.36%
B = 53.73%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#952BDF (or 0x952BDF) is known color: Blue Violet. HEX triplet: 95, 2B and DF. RGB value is (149,43,223). Sum of RGB (Red+Green+Blue) = 149+43+223=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #952BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952BDF is #6AD420. Grayscale: #5E5E5E. Windows color (decimal): -7001121 or 14625685. OLE color: 14625685.

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

Color convert

RGB 149 43 223 -
CMYK 0.33 0.81 0 0.13
HSL 275.33º 0.74% 0.52% -
HSV(B) 275.33º 0.81% 0.87% -
XYZ 26.58 13.45 71.01 -
YUV 95.21 200.12 166.36 -
System Red Green Blue C M Y K H S L
Decimal 149 43 223 0.33 0.81 0 0.13 275.33 0.74 0.52
Hex 95 2B DF 21 51 0 D 113 4A 34
Octal 225 53 337 41 121 0 15 423 112 64
Binary 10010101 101011 11011111 100001 1010001 0 1101 100010011 1001010 110100

Color Harmonies of #952BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952BDF

Black with #952BDF

Text Example


Text Example

White with #952BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,43,223); }

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

background-color css

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

 a { background-color: rgb(149,43,223); }

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

border-color css

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

 span { border-color: rgb(149,43,223); }

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