Html Css Color HEX #9A3BBE Dark Orchid

📋 copy color: '#9A3BBE'

red 154 ◦ green 59 ◦ blue 190

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

Shades of Dark Orchid #9A3BBE

Tints of Dark Orchid #9A3BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.64%

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

R = 38.21%
G = 14.64%
B = 47.15%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A3BBE (or 0x9A3BBE) is known color: Dark Orchid. HEX triplet: 9A, 3B and BE. RGB value is (154,59,190). Sum of RGB (Red+Green+Blue) = 154+59+190=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A3BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3BBE is #65C441. Grayscale: #656565. Windows color (decimal): -6669378 or 12467098. OLE color: 12467098.

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

Color convert

RGB 154 59 190 -
CMYK 0.19 0.69 0 0.25
HSL 283.51º 0.53% 0.49% -
HSV(B) 283.51º 0.69% 0.75% -
XYZ 24.18 13.72 50.09 -
YUV 102.34 177.47 164.85 -
System Red Green Blue C M Y K H S L
Decimal 154 59 190 0.19 0.69 0 0.25 283.51 0.53 0.49
Hex 9A 3B BE 13 45 0 19 11C 35 31
Octal 232 73 276 23 105 0 31 434 65 61
Binary 10011010 111011 10111110 10011 1000101 0 11001 100011100 110101 110001

Color Harmonies of #9A3BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3BBE

Black with #9A3BBE

Text Example


Text Example

White with #9A3BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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