Html Css Color HEX #892BCA Dark Orchid

📋 copy color: '#892BCA'

red 137 ◦ green 43 ◦ blue 202

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

Shades of Dark Orchid #892BCA

Tints of Dark Orchid #892BCA

RGB

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

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

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

R = 35.86%
G = 11.26%
B = 52.88%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#892BCA (or 0x892BCA) is known color: Dark Orchid. HEX triplet: 89, 2B and CA. RGB value is (137,43,202). Sum of RGB (Red+Green+Blue) = 137+43+202=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #892BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892BCA is #76D435. Grayscale: #585858. Windows color (decimal): -7787574 or 13249417. OLE color: 13249417.

HSL color Cylindrical-coordinate representation of color #892BCA: hue angle of 275.47º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #892BCA is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 43 202 -
CMYK 0.32 0.79 0 0.21
HSL 275.47º 0.65% 0.48% -
HSV(B) 275.47º 0.79% 0.79% -
XYZ 21.84 11.31 56.91 -
YUV 89.23 191.64 162.07 -
System Red Green Blue C M Y K H S L
Decimal 137 43 202 0.32 0.79 0 0.21 275.47 0.65 0.48
Hex 89 2B CA 20 4F 0 15 113 41 30
Octal 211 53 312 40 117 0 25 423 101 60
Binary 10001001 101011 11001010 100000 1001111 0 10101 100010011 1000001 110000

Color Harmonies of #892BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892BCA

Black with #892BCA

Text Example


Text Example

White with #892BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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