Html Css Color HEX #9541DF Blue Violet

📋 copy color: '#9541DF'

red 149 ◦ green 65 ◦ blue 223

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

Shades of Blue Violet #9541DF

Tints of Blue Violet #9541DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.87%

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

R = 34.1%
G = 14.87%
B = 51.03%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9541DF (or 0x9541DF) is known color: Blue Violet. HEX triplet: 95, 41 and DF. RGB value is (149,65,223). Sum of RGB (Red+Green+Blue) = 149+65+223=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #9541DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9541DF is #6ABE20. Grayscale: #6B6B6B. Windows color (decimal): -6995489 or 14631317. OLE color: 14631317.

HSL color Cylindrical-coordinate representation of color #9541DF: hue angle of 271.9º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9541DF is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 65 223 -
CMYK 0.33 0.71 0 0.13
HSL 271.9º 0.71% 0.56% -
HSV(B) 271.9º 0.71% 0.87% -
XYZ 27.6 15.5 71.35 -
YUV 108.13 192.83 157.15 -
System Red Green Blue C M Y K H S L
Decimal 149 65 223 0.33 0.71 0 0.13 271.9 0.71 0.56
Hex 95 41 DF 21 47 0 D 110 47 38
Octal 225 101 337 41 107 0 15 420 107 70
Binary 10010101 1000001 11011111 100001 1000111 0 1101 100010000 1000111 111000

Color Harmonies of #9541DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9541DF

Black with #9541DF

Text Example


Text Example

White with #9541DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9541DF; }

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

 H1.HeaderClassName
 {
   color: #9541DF;
 }
 .AnyTagClassName
 {
   color: #9541DF;
 }
</style>

background-color css

<style>
 a { background-color: #9541DF; }

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

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

border-color css

<style>
 span { border-color: #9541DF; }

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

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