Html Css Color HEX #9A4BDC Dark Orchid

📋 copy color: '#9A4BDC'

red 154 ◦ green 75 ◦ blue 220

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

Shades of Dark Orchid #9A4BDC

Tints of Dark Orchid #9A4BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.7%

 BLUE value IS 220 (86.33% from 255) = 49%

R = 34.3%
G = 16.7%
B = 49%

CMYK

 C value IS 0.3

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A4BDC (or 0x9A4BDC) is known color: Dark Orchid. HEX triplet: 9A, 4B and DC. RGB value is (154,75,220). Sum of RGB (Red+Green+Blue) = 154+75+220=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A4BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A4BDC is #65B423. Grayscale: #727272. Windows color (decimal): -6665252 or 14437274. OLE color: 14437274.

HSL color Cylindrical-coordinate representation of color #9A4BDC: hue angle of 272.69º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A4BDC is Cyan = 0.3, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 75 220 -
CMYK 0.3 0.66 0 0.14
HSL 272.69º 0.67% 0.58% -
HSV(B) 272.69º 0.66% 0.86% -
XYZ 28.76 17.07 69.49 -
YUV 115.15 187.17 155.71 -
System Red Green Blue C M Y K H S L
Decimal 154 75 220 0.3 0.66 0 0.14 272.69 0.67 0.58
Hex 9A 4B DC 1E 42 0 E 111 43 3A
Octal 232 113 334 36 102 0 16 421 103 72
Binary 10011010 1001011 11011100 11110 1000010 0 1110 100010001 1000011 111010

Color Harmonies of #9A4BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4BDC

Black with #9A4BDC

Text Example


Text Example

White with #9A4BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,75,220); }

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

background-color css

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

 a { background-color: rgb(154,75,220); }

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

border-color css

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

 span { border-color: rgb(154,75,220); }

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