Html Css Color HEX #95107B Dark Purple

📋 copy color: '#95107B'

red 149 ◦ green 16 ◦ blue 123

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

Shades of Dark Purple #95107B

Tints of Dark Purple #95107B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.56%

 BLUE value IS 123 (48.44% from 255) = 42.71%

R = 51.74%
G = 5.56%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95107B (or 0x95107B) is known color: Dark Purple. HEX triplet: 95, 10 and 7B. RGB value is (149,16,123). Sum of RGB (Red+Green+Blue) = 149+16+123=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #95107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95107B is #6AEF84. Grayscale: #434343. Windows color (decimal): -7008133 or 8065173. OLE color: 8065173.

HSL color Cylindrical-coordinate representation of color #95107B: hue angle of 311.73º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95107B is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 16 123 -
CMYK 0 0.89 0.17 0.42
HSL 311.73º 0.81% 0.32% -
HSV(B) 311.73º 0.89% 0.58% -
XYZ 16.15 8.19 19.47 -
YUV 67.97 159.06 185.8 -
System Red Green Blue C M Y K H S L
Decimal 149 16 123 0 0.89 0.17 0.42 311.73 0.81 0.32
Hex 95 10 7B 0 59 11 2A 138 51 20
Octal 225 20 173 0 131 21 52 470 121 40
Binary 10010101 10000 1111011 0 1011001 10001 101010 100111000 1010001 100000

Color Harmonies of #95107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95107B

Black with #95107B

Text Example


Text Example

White with #95107B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,16,123); }

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

background-color css

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

 a { background-color: rgb(149,16,123); }

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

border-color css

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

 span { border-color: rgb(149,16,123); }

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