Html Css Color HEX #9B1CCC Dark Orchid

📋 copy color: '#9B1CCC'

red 155 ◦ green 28 ◦ blue 204

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

Shades of Dark Orchid #9B1CCC

Tints of Dark Orchid #9B1CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.24%

 BLUE value IS 204 (80.08% from 255) = 52.71%

R = 40.05%
G = 7.24%
B = 52.71%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9B1CCC (or 0x9B1CCC) is known color: Dark Orchid. HEX triplet: 9B, 1C and CC. RGB value is (155,28,204). Sum of RGB (Red+Green+Blue) = 155+28+204=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B1CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1CCC is #64E333. Grayscale: #555555. Windows color (decimal): -6611764 or 13376667. OLE color: 13376667.

HSL color Cylindrical-coordinate representation of color #9B1CCC: hue angle of 283.3º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1CCC is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 28 204 -
CMYK 0.24 0.86 0 0.2
HSL 283.3º 0.76% 0.45% -
HSV(B) 283.3º 0.86% 0.8% -
XYZ 24.83 12.16 58.16 -
YUV 86.04 194.58 177.19 -
System Red Green Blue C M Y K H S L
Decimal 155 28 204 0.24 0.86 0 0.2 283.3 0.76 0.45
Hex 9B 1C CC 18 56 0 14 11B 4C 2D
Octal 233 34 314 30 126 0 24 433 114 55
Binary 10011011 11100 11001100 11000 1010110 0 10100 100011011 1001100 101101

Color Harmonies of #9B1CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1CCC

Black with #9B1CCC

Text Example


Text Example

White with #9B1CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,28,204); }

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

background-color css

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

 a { background-color: rgb(155,28,204); }

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

border-color css

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

 span { border-color: rgb(155,28,204); }

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