Html Css Color HEX #95509D Violet Blue

📋 copy color: '#95509D'

red 149 ◦ green 80 ◦ blue 157

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

Shades of Violet Blue #95509D

Tints of Violet Blue #95509D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.67%

R = 38.6%
G = 20.73%
B = 40.67%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95509D (or 0x95509D) is known color: Violet Blue. HEX triplet: 95, 50 and 9D. RGB value is (149,80,157). Sum of RGB (Red+Green+Blue) = 149+80+157=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #95509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95509D is #6AAF62. Grayscale: #6D6D6D. Windows color (decimal): -6991715 or 10309781. OLE color: 10309781.

HSL color Cylindrical-coordinate representation of color #95509D: hue angle of 293.77º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95509D is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 80 157 -
CMYK 0.05 0.49 0 0.38
HSL 293.77º 0.32% 0.46% -
HSV(B) 293.77º 0.49% 0.62% -
XYZ 21.35 14.56 33.58 -
YUV 109.41 154.86 156.24 -
System Red Green Blue C M Y K H S L
Decimal 149 80 157 0.05 0.49 0 0.38 293.77 0.32 0.46
Hex 95 50 9D 5 31 0 26 126 20 2E
Octal 225 120 235 5 61 0 46 446 40 56
Binary 10010101 1010000 10011101 101 110001 0 100110 100100110 100000 101110

Color Harmonies of #95509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95509D

Black with #95509D

Text Example


Text Example

White with #95509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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