Html Css Color HEX #892FCB Dark Orchid

📋 copy color: '#892FCB'

red 137 ◦ green 47 ◦ blue 203

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

Shades of Dark Orchid #892FCB

Tints of Dark Orchid #892FCB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.14%

 BLUE value IS 203 (79.69% from 255) = 52.45%

R = 35.4%
G = 12.14%
B = 52.45%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#892FCB (or 0x892FCB) is known color: Dark Orchid. HEX triplet: 89, 2F and CB. RGB value is (137,47,203). Sum of RGB (Red+Green+Blue) = 137+47+203=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #892FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892FCB is #76D034. Grayscale: #5B5B5B. Windows color (decimal): -7786549 or 13315977. OLE color: 13315977.

HSL color Cylindrical-coordinate representation of color #892FCB: hue angle of 274.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #892FCB is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 47 203 -
CMYK 0.33 0.77 0 0.20
HSL 274.62º 0.62% 0.49% -
HSV(B) 274.62º 0.77% 0.8% -
XYZ 22.11 11.66 57.59 -
YUV 91.69 190.82 160.32 -
System Red Green Blue C M Y K H S L
Decimal 137 47 203 0.33 0.77 0 0.20 274.62 0.62 0.49
Hex 89 2F CB 21 4D 0 14 113 3E 31
Octal 211 57 313 41 115 0 24 423 76 61
Binary 10001001 101111 11001011 100001 1001101 0 10100 100010011 111110 110001

Color Harmonies of #892FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892FCB

Black with #892FCB

Text Example


Text Example

White with #892FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,47,203); }

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

background-color css

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

 a { background-color: rgb(137,47,203); }

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

border-color css

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

 span { border-color: rgb(137,47,203); }

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