Html Css Color HEX #9B1ECF Dark Orchid

📋 copy color: '#9B1ECF'

red 155 ◦ green 30 ◦ blue 207

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

Shades of Dark Orchid #9B1ECF

Tints of Dark Orchid #9B1ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.65%

 BLUE value IS 207 (81.25% from 255) = 52.81%

R = 39.54%
G = 7.65%
B = 52.81%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B1ECF (or 0x9B1ECF) is known color: Dark Orchid. HEX triplet: 9B, 1E and CF. RGB value is (155,30,207). Sum of RGB (Red+Green+Blue) = 155+30+207=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B1ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1ECF is #64E130. Grayscale: #565656. Windows color (decimal): -6611249 or 13573787. OLE color: 13573787.

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

Color convert

RGB 155 30 207 -
CMYK 0.25 0.86 0 0.19
HSL 282.37º 0.75% 0.46% -
HSV(B) 282.37º 0.86% 0.81% -
XYZ 25.24 12.4 60.09 -
YUV 87.55 195.41 176.11 -
System Red Green Blue C M Y K H S L
Decimal 155 30 207 0.25 0.86 0 0.19 282.37 0.75 0.46
Hex 9B 1E CF 19 56 0 13 11A 4B 2E
Octal 233 36 317 31 126 0 23 432 113 56
Binary 10011011 11110 11001111 11001 1010110 0 10011 100011010 1001011 101110

Color Harmonies of #9B1ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1ECF

Black with #9B1ECF

Text Example


Text Example

White with #9B1ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,30,207); }

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

background-color css

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

 a { background-color: rgb(155,30,207); }

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

border-color css

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

 span { border-color: rgb(155,30,207); }

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