Html Css Color HEX #9A3CBE Dark Orchid

📋 copy color: '#9A3CBE'

red 154 ◦ green 60 ◦ blue 190

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

Shades of Dark Orchid #9A3CBE

Tints of Dark Orchid #9A3CBE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.85%

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

R = 38.12%
G = 14.85%
B = 47.03%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A3CBE (or 0x9A3CBE) is known color: Dark Orchid. HEX triplet: 9A, 3C and BE. RGB value is (154,60,190). Sum of RGB (Red+Green+Blue) = 154+60+190=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A3CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3CBE is #65C341. Grayscale: #666666. Windows color (decimal): -6669122 or 12467354. OLE color: 12467354.

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

Color convert

RGB 154 60 190 -
CMYK 0.19 0.68 0 0.25
HSL 283.38º 0.52% 0.49% -
HSV(B) 283.38º 0.68% 0.75% -
XYZ 24.24 13.82 50.11 -
YUV 102.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 154 60 190 0.19 0.68 0 0.25 283.38 0.52 0.49
Hex 9A 3C BE 13 44 0 19 11B 34 31
Octal 232 74 276 23 104 0 31 433 64 61
Binary 10011010 111100 10111110 10011 1000100 0 11001 100011011 110100 110001

Color Harmonies of #9A3CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3CBE

Black with #9A3CBE

Text Example


Text Example

White with #9A3CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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