Html Css Color HEX #95648D Violet Blue

📋 copy color: '#95648D'

red 149 ◦ green 100 ◦ blue 141

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

Shades of Violet Blue #95648D

Tints of Violet Blue #95648D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.64%

 BLUE value IS 141 (55.47% from 255) = 36.15%

R = 38.21%
G = 25.64%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95648D (or 0x95648D) is known color: Violet Blue. HEX triplet: 95, 64 and 8D. RGB value is (149,100,141). Sum of RGB (Red+Green+Blue) = 149+100+141=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #95648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95648D is #6A9B72. Grayscale: #777777. Windows color (decimal): -6986611 or 9266325. OLE color: 9266325.

HSL color Cylindrical-coordinate representation of color #95648D: hue angle of 309.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95648D is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 100 141 -
CMYK 0 0.33 0.05 0.42
HSL 309.8º 0.2% 0.49% -
HSV(B) 309.8º 0.33% 0.58% -
XYZ 21.76 17.43 27.42 -
YUV 119.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 149 100 141 0 0.33 0.05 0.42 309.8 0.2 0.49
Hex 95 64 8D 0 21 5 2A 136 14 31
Octal 225 144 215 0 41 5 52 466 24 61
Binary 10010101 1100100 10001101 0 100001 101 101010 100110110 10100 110001

Color Harmonies of #95648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95648D

Black with #95648D

Text Example


Text Example

White with #95648D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,100,141); }

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

background-color css

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

 a { background-color: rgb(149,100,141); }

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

border-color css

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

 span { border-color: rgb(149,100,141); }

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