Html Css Color HEX #9B2BCE Dark Orchid

📋 copy color: '#9B2BCE'

red 155 ◦ green 43 ◦ blue 206

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

Shades of Dark Orchid #9B2BCE

Tints of Dark Orchid #9B2BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.99%

R = 38.37%
G = 10.64%
B = 50.99%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B2BCE (or 0x9B2BCE) is known color: Dark Orchid. HEX triplet: 9B, 2B and CE. RGB value is (155,43,206). Sum of RGB (Red+Green+Blue) = 155+43+206=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B2BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2BCE is #64D431. Grayscale: #5E5E5E. Windows color (decimal): -6607922 or 13511579. OLE color: 13511579.

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

Color convert

RGB 155 43 206 -
CMYK 0.25 0.79 0 0.19
HSL 281.23º 0.65% 0.49% -
HSV(B) 281.23º 0.79% 0.81% -
XYZ 25.52 13.15 59.59 -
YUV 95.07 190.61 170.75 -
System Red Green Blue C M Y K H S L
Decimal 155 43 206 0.25 0.79 0 0.19 281.23 0.65 0.49
Hex 9B 2B CE 19 4F 0 13 119 41 31
Octal 233 53 316 31 117 0 23 431 101 61
Binary 10011011 101011 11001110 11001 1001111 0 10011 100011001 1000001 110001

Color Harmonies of #9B2BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2BCE

Black with #9B2BCE

Text Example


Text Example

White with #9B2BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,43,206); }

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

background-color css

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

 a { background-color: rgb(155,43,206); }

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

border-color css

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

 span { border-color: rgb(155,43,206); }

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