Html Css Color HEX #9B1CBF Dark Orchid

📋 copy color: '#9B1CBF'

red 155 ◦ green 28 ◦ blue 191

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

Shades of Dark Orchid #9B1CBF

Tints of Dark Orchid #9B1CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.07%

R = 41.44%
G = 7.49%
B = 51.07%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B1CBF (or 0x9B1CBF) is known color: Dark Orchid. HEX triplet: 9B, 1C and BF. RGB value is (155,28,191). Sum of RGB (Red+Green+Blue) = 155+28+191=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B1CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1CBF is #64E340. Grayscale: #545454. Windows color (decimal): -6611777 or 12524699. OLE color: 12524699.

HSL color Cylindrical-coordinate representation of color #9B1CBF: hue angle of 286.75º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B1CBF is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 28 191 -
CMYK 0.19 0.85 0 0.25
HSL 286.75º 0.74% 0.43% -
HSV(B) 286.75º 0.85% 0.75% -
XYZ 23.34 11.56 50.29 -
YUV 84.56 188.08 178.25 -
System Red Green Blue C M Y K H S L
Decimal 155 28 191 0.19 0.85 0 0.25 286.75 0.74 0.43
Hex 9B 1C BF 13 55 0 19 11F 4A 2B
Octal 233 34 277 23 125 0 31 437 112 53
Binary 10011011 11100 10111111 10011 1010101 0 11001 100011111 1001010 101011

Color Harmonies of #9B1CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1CBF

Black with #9B1CBF

Text Example


Text Example

White with #9B1CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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