Html Css Color HEX #9A3DDD Dark Orchid

📋 copy color: '#9A3DDD'

red 154 ◦ green 61 ◦ blue 221

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

Shades of Dark Orchid #9A3DDD

Tints of Dark Orchid #9A3DDD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.99%

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 35.32%
G = 13.99%
B = 50.69%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A3DDD (or 0x9A3DDD) is known color: Dark Orchid. HEX triplet: 9A, 3D and DD. RGB value is (154,61,221). Sum of RGB (Red+Green+Blue) = 154+61+221=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A3DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3DDD is #65C222. Grayscale: #6A6A6A. Windows color (decimal): -6668835 or 14499226. OLE color: 14499226.

HSL color Cylindrical-coordinate representation of color #9A3DDD: hue angle of 274.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A3DDD is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 61 221 -
CMYK 0.30 0.72 0 0.13
HSL 274.88º 0.7% 0.55% -
HSV(B) 274.88º 0.72% 0.87% -
XYZ 28.05 15.43 69.91 -
YUV 107.05 192.31 161.49 -
System Red Green Blue C M Y K H S L
Decimal 154 61 221 0.30 0.72 0 0.13 274.88 0.7 0.55
Hex 9A 3D DD 1E 48 0 D 113 46 37
Octal 232 75 335 36 110 0 15 423 106 67
Binary 10011010 111101 11011101 11110 1001000 0 1101 100010011 1000110 110111

Color Harmonies of #9A3DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3DDD

Black with #9A3DDD

Text Example


Text Example

White with #9A3DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,61,221); }

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

background-color css

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

 a { background-color: rgb(154,61,221); }

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

border-color css

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

 span { border-color: rgb(154,61,221); }

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