Html Css Color HEX #95509B Violet Blue

📋 copy color: '#95509B'

red 149 ◦ green 80 ◦ blue 155

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

Shades of Violet Blue #95509B

Tints of Violet Blue #95509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.83%

 BLUE value IS 155 (60.94% from 255) = 40.36%

R = 38.8%
G = 20.83%
B = 40.36%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95509B (or 0x95509B) is known color: Violet Blue. HEX triplet: 95, 50 and 9B. RGB value is (149,80,155). Sum of RGB (Red+Green+Blue) = 149+80+155=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #95509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95509B is #6AAF64. Grayscale: #6C6C6C. Windows color (decimal): -6991717 or 10178709. OLE color: 10178709.

HSL color Cylindrical-coordinate representation of color #95509B: hue angle of 295.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95509B is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 80 155 -
CMYK 0.04 0.48 0 0.39
HSL 295.2º 0.32% 0.46% -
HSV(B) 295.2º 0.48% 0.61% -
XYZ 21.18 14.49 32.69 -
YUV 109.18 153.86 156.4 -
System Red Green Blue C M Y K H S L
Decimal 149 80 155 0.04 0.48 0 0.39 295.2 0.32 0.46
Hex 95 50 9B 4 30 0 27 127 20 2E
Octal 225 120 233 4 60 0 47 447 40 56
Binary 10010101 1010000 10011011 100 110000 0 100111 100100111 100000 101110

Color Harmonies of #95509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95509B

Black with #95509B

Text Example


Text Example

White with #95509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95509B; }

 p { color: rgb(149,80,155); }

 H1.HeaderClassName
 {
   color: #95509B;
 }
 .AnyTagClassName
 {
   color: #95509B;
 }
</style>

background-color css

<style>
 a { background-color: #95509B; }

 a { background-color: rgb(149,80,155); }

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

border-color css

<style>
 span { border-color: #95509B; }

 span { border-color: rgb(149,80,155); }

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