Html Css Color HEX #9928D5 Dark Orchid

📋 copy color: '#9928D5'

red 153 ◦ green 40 ◦ blue 213

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

Shades of Dark Orchid #9928D5

Tints of Dark Orchid #9928D5

RGB

 RED value IS 153 (60.16% from 255) = 37.68%

 GREEN value IS 40 (16.02% from 255) = 9.85%

 BLUE value IS 213 (83.59% from 255) = 52.46%

R = 37.68%
G = 9.85%
B = 52.46%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9928D5 (or 0x9928D5) is known color: Dark Orchid. HEX triplet: 99, 28 and D5. RGB value is (153,40,213). Sum of RGB (Red+Green+Blue) = 153+40+213=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #9928D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9928D5 is #66D72A. Grayscale: #5C5C5C. Windows color (decimal): -6739755 or 13969561. OLE color: 13969561.

HSL color Cylindrical-coordinate representation of color #9928D5: hue angle of 279.19º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9928D5 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 40 213 -
CMYK 0.28 0.81 0 0.16
HSL 279.19º 0.68% 0.5% -
HSV(B) 279.19º 0.81% 0.84% -
XYZ 25.91 13.09 64.11 -
YUV 93.51 195.44 170.43 -
System Red Green Blue C M Y K H S L
Decimal 153 40 213 0.28 0.81 0 0.16 279.19 0.68 0.5
Hex 99 28 D5 1C 51 0 10 117 44 32
Octal 231 50 325 34 121 0 20 427 104 62
Binary 10011001 101000 11010101 11100 1010001 0 10000 100010111 1000100 110010

Color Harmonies of #9928D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9928D5

Black with #9928D5

Text Example


Text Example

White with #9928D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9928D5; }

 p { color: rgb(153,40,213); }

 H1.HeaderClassName
 {
   color: #9928D5;
 }
 .AnyTagClassName
 {
   color: #9928D5;
 }
</style>

background-color css

<style>
 a { background-color: #9928D5; }

 a { background-color: rgb(153,40,213); }

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

border-color css

<style>
 span { border-color: #9928D5; }

 span { border-color: rgb(153,40,213); }

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