Html Css Color HEX #9B3EBE Dark Orchid

📋 copy color: '#9B3EBE'

red 155 ◦ green 62 ◦ blue 190

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

Shades of Dark Orchid #9B3EBE

Tints of Dark Orchid #9B3EBE

RGB

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

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

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

R = 38.08%
G = 15.23%
B = 46.68%

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

#9B3EBE (or 0x9B3EBE) is known color: Dark Orchid. HEX triplet: 9B, 3E and BE. RGB value is (155,62,190). Sum of RGB (Red+Green+Blue) = 155+62+190=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B3EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3EBE is #64C141. Grayscale: #676767. Windows color (decimal): -6603074 or 12467867. OLE color: 12467867.

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

Color convert

RGB 155 62 190 -
CMYK 0.18 0.67 0 0.25
HSL 283.59º 0.51% 0.49% -
HSV(B) 283.59º 0.67% 0.75% -
XYZ 24.53 14.13 50.15 -
YUV 104.4 176.31 164.09 -
System Red Green Blue C M Y K H S L
Decimal 155 62 190 0.18 0.67 0 0.25 283.59 0.51 0.49
Hex 9B 3E BE 12 43 0 19 11C 33 31
Octal 233 76 276 22 103 0 31 434 63 61
Binary 10011011 111110 10111110 10010 1000011 0 11001 100011100 110011 110001

Color Harmonies of #9B3EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3EBE

Black with #9B3EBE

Text Example


Text Example

White with #9B3EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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