Html Css Color HEX #9A3EBE Dark Orchid

📋 copy color: '#9A3EBE'

red 154 ◦ green 62 ◦ blue 190

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

Shades of Dark Orchid #9A3EBE

Tints of Dark Orchid #9A3EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.8%

R = 37.93%
G = 15.27%
B = 46.8%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A3EBE (or 0x9A3EBE) is known color: Dark Orchid. HEX triplet: 9A, 3E and BE. RGB value is (154,62,190). Sum of RGB (Red+Green+Blue) = 154+62+190=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A3EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3EBE is #65C141. Grayscale: #676767. Windows color (decimal): -6668610 or 12467866. OLE color: 12467866.

HSL color Cylindrical-coordinate representation of color #9A3EBE: hue angle of 283.12º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A3EBE is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 62 190 -
CMYK 0.19 0.67 0 0.25
HSL 283.13º 0.51% 0.49% -
HSV(B) 283.13º 0.67% 0.75% -
XYZ 24.34 14.03 50.14 -
YUV 104.1 176.48 163.59 -
System Red Green Blue C M Y K H S L
Decimal 154 62 190 0.19 0.67 0 0.25 283.13 0.51 0.49
Hex 9A 3E BE 13 43 0 19 11B 33 31
Octal 232 76 276 23 103 0 31 433 63 61
Binary 10011010 111110 10111110 10011 1000011 0 11001 100011011 110011 110001

Color Harmonies of #9A3EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3EBE

Black with #9A3EBE

Text Example


Text Example

White with #9A3EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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