Html Css Color HEX #9716B4 Dark Orchid

📋 copy color: '#9716B4'

red 151 ◦ green 22 ◦ blue 180

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

Shades of Dark Orchid #9716B4

Tints of Dark Orchid #9716B4

RGB

 RED value IS 151 (59.38% from 255) = 42.78%

 GREEN value IS 22 (8.98% from 255) = 6.23%

 BLUE value IS 180 (70.7% from 255) = 50.99%

R = 42.78%
G = 6.23%
B = 50.99%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9716B4 (or 0x9716B4) is known color: Dark Orchid. HEX triplet: 97, 16 and B4. RGB value is (151,22,180). Sum of RGB (Red+Green+Blue) = 151+22+180=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #9716B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9716B4 is #68E94B. Grayscale: #4E4E4E. Windows color (decimal): -6875468 or 11802263. OLE color: 11802263.

HSL color Cylindrical-coordinate representation of color #9716B4: hue angle of 288.99º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9716B4 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 22 180 -
CMYK 0.16 0.88 0 0.29
HSL 288.99º 0.78% 0.4% -
HSV(B) 288.99º 0.88% 0.71% -
XYZ 21.29 10.45 44.07 -
YUV 78.58 185.24 179.65 -
System Red Green Blue C M Y K H S L
Decimal 151 22 180 0.16 0.88 0 0.29 288.99 0.78 0.4
Hex 97 16 B4 10 58 0 1D 121 4E 28
Octal 227 26 264 20 130 0 35 441 116 50
Binary 10010111 10110 10110100 10000 1011000 0 11101 100100001 1001110 101000

Color Harmonies of #9716B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9716B4

Black with #9716B4

Text Example


Text Example

White with #9716B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9716B4; }

 p { color: rgb(151,22,180); }

 H1.HeaderClassName
 {
   color: #9716B4;
 }
 .AnyTagClassName
 {
   color: #9716B4;
 }
</style>

background-color css

<style>
 a { background-color: #9716B4; }

 a { background-color: rgb(151,22,180); }

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

border-color css

<style>
 span { border-color: #9716B4; }

 span { border-color: rgb(151,22,180); }

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