Html Css Color HEX #9A3EBC Dark Orchid

📋 copy color: '#9A3EBC'

red 154 ◦ green 62 ◦ blue 188

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

Shades of Dark Orchid #9A3EBC

Tints of Dark Orchid #9A3EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.35%

 BLUE value IS 188 (73.83% from 255) = 46.53%

R = 38.12%
G = 15.35%
B = 46.53%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9A3EBC (or 0x9A3EBC) is known color: Dark Orchid. HEX triplet: 9A, 3E and BC. RGB value is (154,62,188). Sum of RGB (Red+Green+Blue) = 154+62+188=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A3EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3EBC is #65C143. Grayscale: #676767. Windows color (decimal): -6668612 or 12336794. OLE color: 12336794.

HSL color Cylindrical-coordinate representation of color #9A3EBC: hue angle of 283.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A3EBC is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 62 188 -
CMYK 0.18 0.67 0 0.26
HSL 283.81º 0.5% 0.49% -
HSV(B) 283.81º 0.67% 0.74% -
XYZ 24.13 13.95 49 -
YUV 103.87 175.48 163.75 -
System Red Green Blue C M Y K H S L
Decimal 154 62 188 0.18 0.67 0 0.26 283.81 0.5 0.49
Hex 9A 3E BC 12 43 0 1A 11C 32 31
Octal 232 76 274 22 103 0 32 434 62 61
Binary 10011010 111110 10111100 10010 1000011 0 11010 100011100 110010 110001

Color Harmonies of #9A3EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3EBC

Black with #9A3EBC

Text Example


Text Example

White with #9A3EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,62,188); }

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

background-color css

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

 a { background-color: rgb(154,62,188); }

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

border-color css

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

 span { border-color: rgb(154,62,188); }

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