Html Css Color HEX #9B3DCA Dark Orchid

📋 copy color: '#9B3DCA'

red 155 ◦ green 61 ◦ blue 202

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

Shades of Dark Orchid #9B3DCA

Tints of Dark Orchid #9B3DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 37.08%
G = 14.59%
B = 48.33%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9B3DCA (or 0x9B3DCA) is known color: Dark Orchid. HEX triplet: 9B, 3D and CA. RGB value is (155,61,202). Sum of RGB (Red+Green+Blue) = 155+61+202=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B3DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3DCA is #64C235. Grayscale: #686868. Windows color (decimal): -6603318 or 13254043. OLE color: 13254043.

HSL color Cylindrical-coordinate representation of color #9B3DCA: hue angle of 280º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B3DCA is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 61 202 -
CMYK 0.23 0.70 0 0.21
HSL 280º 0.57% 0.52% -
HSV(B) 280º 0.7% 0.79% -
XYZ 25.85 14.57 57.33 -
YUV 105.18 182.64 163.54 -
System Red Green Blue C M Y K H S L
Decimal 155 61 202 0.23 0.70 0 0.21 280 0.57 0.52
Hex 9B 3D CA 17 46 0 15 118 39 34
Octal 233 75 312 27 106 0 25 430 71 64
Binary 10011011 111101 11001010 10111 1000110 0 10101 100011000 111001 110100

Color Harmonies of #9B3DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3DCA

Black with #9B3DCA

Text Example


Text Example

White with #9B3DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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