Html Css Color HEX #892BBF Dark Orchid

📋 copy color: '#892BBF'

red 137 ◦ green 43 ◦ blue 191

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

Shades of Dark Orchid #892BBF

Tints of Dark Orchid #892BBF

RGB

 RED value IS 137 (53.91% from 255) = 36.93%

 GREEN value IS 43 (17.19% from 255) = 11.59%

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

R = 36.93%
G = 11.59%
B = 51.48%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#892BBF (or 0x892BBF) is known color: Dark Orchid. HEX triplet: 89, 2B and BF. RGB value is (137,43,191). Sum of RGB (Red+Green+Blue) = 137+43+191=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #892BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892BBF is #76D440. Grayscale: #575757. Windows color (decimal): -7787585 or 12528521. OLE color: 12528521.

HSL color Cylindrical-coordinate representation of color #892BBF: hue angle of 278.11º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #892BBF is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 43 191 -
CMYK 0.28 0.77 0 0.25
HSL 278.11º 0.63% 0.46% -
HSV(B) 278.11º 0.77% 0.75% -
XYZ 20.58 10.81 50.29 -
YUV 87.98 186.14 162.97 -
System Red Green Blue C M Y K H S L
Decimal 137 43 191 0.28 0.77 0 0.25 278.11 0.63 0.46
Hex 89 2B BF 1C 4D 0 19 116 3F 2E
Octal 211 53 277 34 115 0 31 426 77 56
Binary 10001001 101011 10111111 11100 1001101 0 11001 100010110 111111 101110

Color Harmonies of #892BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892BBF

Black with #892BBF

Text Example


Text Example

White with #892BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892BBF; }

 p { color: rgb(137,43,191); }

 H1.HeaderClassName
 {
   color: #892BBF;
 }
 .AnyTagClassName
 {
   color: #892BBF;
 }
</style>

background-color css

<style>
 a { background-color: #892BBF; }

 a { background-color: rgb(137,43,191); }

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

border-color css

<style>
 span { border-color: #892BBF; }

 span { border-color: rgb(137,43,191); }

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