Html Css Color HEX #9A3DBA Dark Orchid

📋 copy color: '#9A3DBA'

red 154 ◦ green 61 ◦ blue 186

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

Shades of Dark Orchid #9A3DBA

Tints of Dark Orchid #9A3DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 38.4%
G = 15.21%
B = 46.38%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A3DBA (or 0x9A3DBA) is known color: Dark Orchid. HEX triplet: 9A, 3D and BA. RGB value is (154,61,186). Sum of RGB (Red+Green+Blue) = 154+61+186=401 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.40% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A3DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3DBA is #65C245. Grayscale: #666666. Windows color (decimal): -6668870 or 12205466. OLE color: 12205466.

HSL color Cylindrical-coordinate representation of color #9A3DBA: hue angle of 284.64º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A3DBA is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 61 186 -
CMYK 0.17 0.67 0 0.27
HSL 284.64º 0.51% 0.48% -
HSV(B) 284.64º 0.67% 0.73% -
XYZ 23.86 13.75 47.85 -
YUV 103.06 174.81 164.34 -
System Red Green Blue C M Y K H S L
Decimal 154 61 186 0.17 0.67 0 0.27 284.64 0.51 0.48
Hex 9A 3D BA 11 43 0 1B 11D 33 30
Octal 232 75 272 21 103 0 33 435 63 60
Binary 10011010 111101 10111010 10001 1000011 0 11011 100011101 110011 110000

Color Harmonies of #9A3DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3DBA

Black with #9A3DBA

Text Example


Text Example

White with #9A3DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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