Html Css Color HEX #9517B8 Dark Orchid

📋 copy color: '#9517B8'

red 149 ◦ green 23 ◦ blue 184

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

Shades of Dark Orchid #9517B8

Tints of Dark Orchid #9517B8

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.46%

 BLUE value IS 184 (72.27% from 255) = 51.69%

R = 41.85%
G = 6.46%
B = 51.69%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9517B8 (or 0x9517B8) is known color: Dark Orchid. HEX triplet: 95, 17 and B8. RGB value is (149,23,184). Sum of RGB (Red+Green+Blue) = 149+23+184=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 184 (72.27% from 255 or 51.69% from 356); Max value from RGB is 184 - color contains mainly: blue. Hex color #9517B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9517B8 is #6AE847. Grayscale: #4E4E4E. Windows color (decimal): -7006280 or 12064661. OLE color: 12064661.

HSL color Cylindrical-coordinate representation of color #9517B8: hue angle of 286.96º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9517B8 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 23 184 -
CMYK 0.19 0.88 0 0.28
HSL 286.96º 0.78% 0.41% -
HSV(B) 286.96º 0.88% 0.72% -
XYZ 21.35 10.46 46.24 -
YUV 79.03 187.24 177.91 -
System Red Green Blue C M Y K H S L
Decimal 149 23 184 0.19 0.88 0 0.28 286.96 0.78 0.41
Hex 95 17 B8 13 58 0 1C 11F 4E 29
Octal 225 27 270 23 130 0 34 437 116 51
Binary 10010101 10111 10111000 10011 1011000 0 11100 100011111 1001110 101001

Color Harmonies of #9517B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9517B8

Black with #9517B8

Text Example


Text Example

White with #9517B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9517B8; }

 p { color: rgb(149,23,184); }

 H1.HeaderClassName
 {
   color: #9517B8;
 }
 .AnyTagClassName
 {
   color: #9517B8;
 }
</style>

background-color css

<style>
 a { background-color: #9517B8; }

 a { background-color: rgb(149,23,184); }

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

border-color css

<style>
 span { border-color: #9517B8; }

 span { border-color: rgb(149,23,184); }

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