Html Css Color HEX #9C3EBE Dark Orchid

📋 copy color: '#9C3EBE'

red 156 ◦ green 62 ◦ blue 190

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

Shades of Dark Orchid #9C3EBE

Tints of Dark Orchid #9C3EBE

RGB

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

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

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

R = 38.24%
G = 15.2%
B = 46.57%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C3EBE (or 0x9C3EBE) is known color: Dark Orchid. HEX triplet: 9C, 3E and BE. RGB value is (156,62,190). Sum of RGB (Red+Green+Blue) = 156+62+190=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C3EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3EBE is #63C141. Grayscale: #686868. Windows color (decimal): -6537538 or 12467868. OLE color: 12467868.

HSL color Cylindrical-coordinate representation of color #9C3EBE: hue angle of 284.06º 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 #9C3EBE is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 62 190 -
CMYK 0.18 0.67 0 0.25
HSL 284.06º 0.51% 0.49% -
HSV(B) 284.06º 0.67% 0.75% -
XYZ 24.73 14.23 50.16 -
YUV 104.7 176.14 164.59 -
System Red Green Blue C M Y K H S L
Decimal 156 62 190 0.18 0.67 0 0.25 284.06 0.51 0.49
Hex 9C 3E BE 12 43 0 19 11C 33 31
Octal 234 76 276 22 103 0 31 434 63 61
Binary 10011100 111110 10111110 10010 1000011 0 11001 100011100 110011 110001

Color Harmonies of #9C3EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3EBE

Black with #9C3EBE

Text Example


Text Example

White with #9C3EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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