Html Css Color HEX #9C2BBE Dark Orchid

📋 copy color: '#9C2BBE'

red 156 ◦ green 43 ◦ blue 190

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

Shades of Dark Orchid #9C2BBE

Tints of Dark Orchid #9C2BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.05%

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

R = 40.1%
G = 11.05%
B = 48.84%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C2BBE (or 0x9C2BBE) is known color: Dark Orchid. HEX triplet: 9C, 2B and BE. RGB value is (156,43,190). Sum of RGB (Red+Green+Blue) = 156+43+190=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C2BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2BBE is #63D441. Grayscale: #5D5D5D. Windows color (decimal): -6542402 or 12463004. OLE color: 12463004.

HSL color Cylindrical-coordinate representation of color #9C2BBE: hue angle of 286.12º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C2BBE is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 43 190 -
CMYK 0.18 0.77 0 0.25
HSL 286.12º 0.63% 0.46% -
HSV(B) 286.12º 0.77% 0.75% -
XYZ 23.87 12.51 49.87 -
YUV 93.55 182.44 172.55 -
System Red Green Blue C M Y K H S L
Decimal 156 43 190 0.18 0.77 0 0.25 286.12 0.63 0.46
Hex 9C 2B BE 12 4D 0 19 11E 3F 2E
Octal 234 53 276 22 115 0 31 436 77 56
Binary 10011100 101011 10111110 10010 1001101 0 11001 100011110 111111 101110

Color Harmonies of #9C2BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2BBE

Black with #9C2BBE

Text Example


Text Example

White with #9C2BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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