Html Css Color HEX #892BCB Dark Orchid

📋 copy color: '#892BCB'

red 137 ◦ green 43 ◦ blue 203

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

Shades of Dark Orchid #892BCB

Tints of Dark Orchid #892BCB

RGB

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

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

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

R = 35.77%
G = 11.23%
B = 53%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#892BCB (or 0x892BCB) is known color: Dark Orchid. HEX triplet: 89, 2B and CB. RGB value is (137,43,203). Sum of RGB (Red+Green+Blue) = 137+43+203=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #892BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892BCB is #76D434. Grayscale: #585858. Windows color (decimal): -7787573 or 13314953. OLE color: 13314953.

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

Color convert

RGB 137 43 203 -
CMYK 0.33 0.79 0 0.20
HSL 275.25º 0.65% 0.48% -
HSV(B) 275.25º 0.79% 0.8% -
XYZ 21.96 11.36 57.53 -
YUV 89.35 192.14 161.99 -
System Red Green Blue C M Y K H S L
Decimal 137 43 203 0.33 0.79 0 0.20 275.25 0.65 0.48
Hex 89 2B CB 21 4F 0 14 113 41 30
Octal 211 53 313 41 117 0 24 423 101 60
Binary 10001001 101011 11001011 100001 1001111 0 10100 100010011 1000001 110000

Color Harmonies of #892BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892BCB

Black with #892BCB

Text Example


Text Example

White with #892BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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