Html Css Color HEX #9C3ABC Dark Orchid

📋 copy color: '#9C3ABC'

red 156 ◦ green 58 ◦ blue 188

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

Shades of Dark Orchid #9C3ABC

Tints of Dark Orchid #9C3ABC

RGB

 RED value IS 156 (61.33% from 255) = 38.81%

 GREEN value IS 58 (23.05% from 255) = 14.43%

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

R = 38.81%
G = 14.43%
B = 46.77%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C3ABC (or 0x9C3ABC) is known color: Dark Orchid. HEX triplet: 9C, 3A and BC. RGB value is (156,58,188). Sum of RGB (Red+Green+Blue) = 156+58+188=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C3ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3ABC is #63C543. Grayscale: #656565. Windows color (decimal): -6538564 or 12335772. OLE color: 12335772.

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

Color convert

RGB 156 58 188 -
CMYK 0.17 0.69 0 0.26
HSL 285.23º 0.53% 0.48% -
HSV(B) 285.23º 0.69% 0.74% -
XYZ 24.3 13.72 48.95 -
YUV 102.12 176.47 166.43 -
System Red Green Blue C M Y K H S L
Decimal 156 58 188 0.17 0.69 0 0.26 285.23 0.53 0.48
Hex 9C 3A BC 11 45 0 1A 11D 35 30
Octal 234 72 274 21 105 0 32 435 65 60
Binary 10011100 111010 10111100 10001 1000101 0 11010 100011101 110101 110000

Color Harmonies of #9C3ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3ABC

Black with #9C3ABC

Text Example


Text Example

White with #9C3ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,58,188); }

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

background-color css

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

 a { background-color: rgb(156,58,188); }

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

border-color css

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

 span { border-color: rgb(156,58,188); }

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