Html Css Color HEX #9B3BDA Dark Orchid

📋 copy color: '#9B3BDA'

red 155 ◦ green 59 ◦ blue 218

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

Shades of Dark Orchid #9B3BDA

Tints of Dark Orchid #9B3BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.66%

 BLUE value IS 218 (85.55% from 255) = 50.46%

R = 35.88%
G = 13.66%
B = 50.46%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9B3BDA (or 0x9B3BDA) is known color: Dark Orchid. HEX triplet: 9B, 3B and DA. RGB value is (155,59,218). Sum of RGB (Red+Green+Blue) = 155+59+218=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B3BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3BDA is #64C425. Grayscale: #696969. Windows color (decimal): -6603814 or 14302107. OLE color: 14302107.

HSL color Cylindrical-coordinate representation of color #9B3BDA: hue angle of 276.23º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9B3BDA is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 59 218 -
CMYK 0.29 0.73 0 0.15
HSL 276.23º 0.68% 0.54% -
HSV(B) 276.23º 0.73% 0.85% -
XYZ 27.74 15.16 67.79 -
YUV 105.83 191.3 163.07 -
System Red Green Blue C M Y K H S L
Decimal 155 59 218 0.29 0.73 0 0.15 276.23 0.68 0.54
Hex 9B 3B DA 1D 49 0 F 114 44 36
Octal 233 73 332 35 111 0 17 424 104 66
Binary 10011011 111011 11011010 11101 1001001 0 1111 100010100 1000100 110110

Color Harmonies of #9B3BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3BDA

Black with #9B3BDA

Text Example


Text Example

White with #9B3BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,59,218); }

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

background-color css

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

 a { background-color: rgb(155,59,218); }

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

border-color css

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

 span { border-color: rgb(155,59,218); }

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