Html Css Color HEX #9928BC Dark Orchid

📋 copy color: '#9928BC'

red 153 ◦ green 40 ◦ blue 188

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

Shades of Dark Orchid #9928BC

Tints of Dark Orchid #9928BC

RGB

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

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

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

R = 40.16%
G = 10.5%
B = 49.34%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9928BC (or 0x9928BC) is known color: Dark Orchid. HEX triplet: 99, 28 and BC. RGB value is (153,40,188). Sum of RGB (Red+Green+Blue) = 153+40+188=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #9928BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9928BC is #66D743. Grayscale: #5A5A5A. Windows color (decimal): -6739780 or 12331161. OLE color: 12331161.

HSL color Cylindrical-coordinate representation of color #9928BC: hue angle of 285.81º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9928BC is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 40 188 -
CMYK 0.19 0.79 0 0.26
HSL 285.81º 0.65% 0.45% -
HSV(B) 285.81º 0.79% 0.74% -
XYZ 22.97 11.92 48.67 -
YUV 90.66 182.94 172.47 -
System Red Green Blue C M Y K H S L
Decimal 153 40 188 0.19 0.79 0 0.26 285.81 0.65 0.45
Hex 99 28 BC 13 4F 0 1A 11E 41 2D
Octal 231 50 274 23 117 0 32 436 101 55
Binary 10011001 101000 10111100 10011 1001111 0 11010 100011110 1000001 101101

Color Harmonies of #9928BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9928BC

Black with #9928BC

Text Example


Text Example

White with #9928BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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