Html Css Color HEX #9A28BB Dark Orchid

📋 copy color: '#9A28BB'

red 154 ◦ green 40 ◦ blue 187

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

Shades of Dark Orchid #9A28BB

Tints of Dark Orchid #9A28BB

RGB

 RED value IS 154 (60.55% from 255) = 40.42%

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

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 40.42%
G = 10.5%
B = 49.08%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A28BB (or 0x9A28BB) is known color: Dark Orchid. HEX triplet: 9A, 28 and BB. RGB value is (154,40,187). Sum of RGB (Red+Green+Blue) = 154+40+187=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A28BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A28BB is #65D744. Grayscale: #5A5A5A. Windows color (decimal): -6674245 or 12265626. OLE color: 12265626.

HSL color Cylindrical-coordinate representation of color #9A28BB: hue angle of 286.53º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A28BB is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 40 187 -
CMYK 0.18 0.79 0 0.27
HSL 286.53º 0.65% 0.45% -
HSV(B) 286.53º 0.79% 0.73% -
XYZ 23.05 11.98 48.11 -
YUV 90.84 182.27 173.05 -
System Red Green Blue C M Y K H S L
Decimal 154 40 187 0.18 0.79 0 0.27 286.53 0.65 0.45
Hex 9A 28 BB 12 4F 0 1B 11F 41 2D
Octal 232 50 273 22 117 0 33 437 101 55
Binary 10011010 101000 10111011 10010 1001111 0 11011 100011111 1000001 101101

Color Harmonies of #9A28BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A28BB

Black with #9A28BB

Text Example


Text Example

White with #9A28BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A28BB; }

 p { color: rgb(154,40,187); }

 H1.HeaderClassName
 {
   color: #9A28BB;
 }
 .AnyTagClassName
 {
   color: #9A28BB;
 }
</style>

background-color css

<style>
 a { background-color: #9A28BB; }

 a { background-color: rgb(154,40,187); }

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

border-color css

<style>
 span { border-color: #9A28BB; }

 span { border-color: rgb(154,40,187); }

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