Html Css Color HEX #9505BC Dark Violet

📋 copy color: '#9505BC'

red 149 ◦ green 5 ◦ blue 188

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

Shades of Dark Violet #9505BC

Tints of Dark Violet #9505BC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.46%

 BLUE value IS 188 (73.83% from 255) = 54.97%

R = 43.57%
G = 1.46%
B = 54.97%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9505BC (or 0x9505BC) is known color: Dark Violet. HEX triplet: 95, 05 and BC. RGB value is (149,5,188). Sum of RGB (Red+Green+Blue) = 149+5+188=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #9505BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9505BC is #6AFA43. Grayscale: #444444. Windows color (decimal): -7010884 or 12322197. OLE color: 12322197.

HSL color Cylindrical-coordinate representation of color #9505BC: hue angle of 287.21º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9505BC is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 5 188 -
CMYK 0.21 0.97 0 0.26
HSL 287.21º 0.95% 0.38% -
HSV(B) 287.21º 0.97% 0.74% -
XYZ 21.53 10.13 48.4 -
YUV 68.92 195.21 185.12 -
System Red Green Blue C M Y K H S L
Decimal 149 5 188 0.21 0.97 0 0.26 287.21 0.95 0.38
Hex 95 5 BC 15 61 0 1A 11F 5F 26
Octal 225 5 274 25 141 0 32 437 137 46
Binary 10010101 101 10111100 10101 1100001 0 11010 100011111 1011111 100110

Color Harmonies of #9505BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9505BC

Black with #9505BC

Text Example


Text Example

White with #9505BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9505BC; }

 p { color: rgb(149,5,188); }

 H1.HeaderClassName
 {
   color: #9505BC;
 }
 .AnyTagClassName
 {
   color: #9505BC;
 }
</style>

background-color css

<style>
 a { background-color: #9505BC; }

 a { background-color: rgb(149,5,188); }

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

border-color css

<style>
 span { border-color: #9505BC; }

 span { border-color: rgb(149,5,188); }

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