Html Css Color HEX #9A3DDB Dark Orchid

📋 copy color: '#9A3DDB'

red 154 ◦ green 61 ◦ blue 219

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

Shades of Dark Orchid #9A3DDB

Tints of Dark Orchid #9A3DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.46%

R = 35.48%
G = 14.06%
B = 50.46%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A3DDB (or 0x9A3DDB) is known color: Dark Orchid. HEX triplet: 9A, 3D and DB. RGB value is (154,61,219). Sum of RGB (Red+Green+Blue) = 154+61+219=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A3DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3DDB is #65C224. Grayscale: #6A6A6A. Windows color (decimal): -6668837 or 14368154. OLE color: 14368154.

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

Color convert

RGB 154 61 219 -
CMYK 0.30 0.72 0 0.14
HSL 275.32º 0.69% 0.55% -
HSV(B) 275.32º 0.72% 0.86% -
XYZ 27.78 15.32 68.51 -
YUV 106.82 191.31 161.65 -
System Red Green Blue C M Y K H S L
Decimal 154 61 219 0.30 0.72 0 0.14 275.32 0.69 0.55
Hex 9A 3D DB 1E 48 0 E 113 45 37
Octal 232 75 333 36 110 0 16 423 105 67
Binary 10011010 111101 11011011 11110 1001000 0 1110 100010011 1000101 110111

Color Harmonies of #9A3DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3DDB

Black with #9A3DDB

Text Example


Text Example

White with #9A3DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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