Html Css Color HEX #9B3FBC Dark Orchid

📋 copy color: '#9B3FBC'

red 155 ◦ green 63 ◦ blue 188

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

Shades of Dark Orchid #9B3FBC

Tints of Dark Orchid #9B3FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 15.52%

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

R = 38.18%
G = 15.52%
B = 46.31%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B3FBC (or 0x9B3FBC) is known color: Dark Orchid. HEX triplet: 9B, 3F and BC. RGB value is (155,63,188). Sum of RGB (Red+Green+Blue) = 155+63+188=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B3FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3FBC is #64C043. Grayscale: #686868. Windows color (decimal): -6602820 or 12337051. OLE color: 12337051.

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

Color convert

RGB 155 63 188 -
CMYK 0.18 0.66 0 0.26
HSL 284.16º 0.5% 0.49% -
HSV(B) 284.16º 0.66% 0.74% -
XYZ 24.37 14.15 49.02 -
YUV 104.76 174.98 163.84 -
System Red Green Blue C M Y K H S L
Decimal 155 63 188 0.18 0.66 0 0.26 284.16 0.5 0.49
Hex 9B 3F BC 12 42 0 1A 11C 32 31
Octal 233 77 274 22 102 0 32 434 62 61
Binary 10011011 111111 10111100 10010 1000010 0 11010 100011100 110010 110001

Color Harmonies of #9B3FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3FBC

Black with #9B3FBC

Text Example


Text Example

White with #9B3FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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