Html Css Color HEX #9B2EBC Dark Orchid

📋 copy color: '#9B2EBC'

red 155 ◦ green 46 ◦ blue 188

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

Shades of Dark Orchid #9B2EBC

Tints of Dark Orchid #9B2EBC

RGB

 RED value IS 155 (60.94% from 255) = 39.85%

 GREEN value IS 46 (18.36% from 255) = 11.83%

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

R = 39.85%
G = 11.83%
B = 48.33%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B2EBC (or 0x9B2EBC) is known color: Dark Orchid. HEX triplet: 9B, 2E and BC. RGB value is (155,46,188). Sum of RGB (Red+Green+Blue) = 155+46+188=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B2EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2EBC is #64D143. Grayscale: #5E5E5E. Windows color (decimal): -6607172 or 12332699. OLE color: 12332699.

HSL color Cylindrical-coordinate representation of color #9B2EBC: hue angle of 286.06º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B2EBC is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 46 188 -
CMYK 0.18 0.76 0 0.26
HSL 286.06º 0.61% 0.46% -
HSV(B) 286.06º 0.76% 0.74% -
XYZ 23.57 12.55 48.76 -
YUV 94.78 180.61 170.95 -
System Red Green Blue C M Y K H S L
Decimal 155 46 188 0.18 0.76 0 0.26 286.06 0.61 0.46
Hex 9B 2E BC 12 4C 0 1A 11E 3D 2E
Octal 233 56 274 22 114 0 32 436 75 56
Binary 10011011 101110 10111100 10010 1001100 0 11010 100011110 111101 101110

Color Harmonies of #9B2EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2EBC

Black with #9B2EBC

Text Example


Text Example

White with #9B2EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,46,188); }

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

background-color css

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

 a { background-color: rgb(155,46,188); }

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

border-color css

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

 span { border-color: rgb(155,46,188); }

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