Html Css Color HEX #9A3BBD Dark Orchid

📋 copy color: '#9A3BBD'

red 154 ◦ green 59 ◦ blue 189

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

Shades of Dark Orchid #9A3BBD

Tints of Dark Orchid #9A3BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.01%

R = 38.31%
G = 14.68%
B = 47.01%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9A3BBD (or 0x9A3BBD) is known color: Dark Orchid. HEX triplet: 9A, 3B and BD. RGB value is (154,59,189). Sum of RGB (Red+Green+Blue) = 154+59+189=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A3BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3BBD is #65C442. Grayscale: #656565. Windows color (decimal): -6669379 or 12401562. OLE color: 12401562.

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

Color convert

RGB 154 59 189 -
CMYK 0.19 0.69 0 0.26
HSL 283.85º 0.52% 0.49% -
HSV(B) 283.85º 0.69% 0.74% -
XYZ 24.08 13.67 49.51 -
YUV 102.23 176.97 164.93 -
System Red Green Blue C M Y K H S L
Decimal 154 59 189 0.19 0.69 0 0.26 283.85 0.52 0.49
Hex 9A 3B BD 13 45 0 1A 11C 34 31
Octal 232 73 275 23 105 0 32 434 64 61
Binary 10011010 111011 10111101 10011 1000101 0 11010 100011100 110100 110001

Color Harmonies of #9A3BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3BBD

Black with #9A3BBD

Text Example


Text Example

White with #9A3BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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