Html Css Color HEX #9B3DC8 Dark Orchid

📋 copy color: '#9B3DC8'

red 155 ◦ green 61 ◦ blue 200

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

Shades of Dark Orchid #9B3DC8

Tints of Dark Orchid #9B3DC8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.66%

 BLUE value IS 200 (78.52% from 255) = 48.08%

R = 37.26%
G = 14.66%
B = 48.08%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9B3DC8 (or 0x9B3DC8) is known color: Dark Orchid. HEX triplet: 9B, 3D and C8. RGB value is (155,61,200). Sum of RGB (Red+Green+Blue) = 155+61+200=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 200 (78.52% from 255 or 48.08% from 416); Max value from RGB is 200 - color contains mainly: blue. Hex color #9B3DC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3DC8 is #64C237. Grayscale: #686868. Windows color (decimal): -6603320 or 13122971. OLE color: 13122971.

HSL color Cylindrical-coordinate representation of color #9B3DC8: hue angle of 280.58º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B3DC8 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 61 200 -
CMYK 0.22 0.69 0 0.22
HSL 280.58º 0.56% 0.51% -
HSV(B) 280.58º 0.7% 0.78% -
XYZ 25.61 14.48 56.09 -
YUV 104.95 181.64 163.7 -
System Red Green Blue C M Y K H S L
Decimal 155 61 200 0.22 0.69 0 0.22 280.58 0.56 0.51
Hex 9B 3D C8 16 45 0 16 119 38 33
Octal 233 75 310 26 105 0 26 431 70 63
Binary 10011011 111101 11001000 10110 1000101 0 10110 100011001 111000 110011

Color Harmonies of #9B3DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3DC8

Black with #9B3DC8

Text Example


Text Example

White with #9B3DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,61,200); }

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

background-color css

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

 a { background-color: rgb(155,61,200); }

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

border-color css

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

 span { border-color: rgb(155,61,200); }

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