Html Css Color HEX #921DCB Dark Orchid

📋 copy color: '#921DCB'

red 146 ◦ green 29 ◦ blue 203

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

Shades of Dark Orchid #921DCB

Tints of Dark Orchid #921DCB

RGB

 RED value IS 146 (57.42% from 255) = 38.62%

 GREEN value IS 29 (11.72% from 255) = 7.67%

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

R = 38.62%
G = 7.67%
B = 53.7%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#921DCB (or 0x921DCB) is known color: Dark Orchid. HEX triplet: 92, 1D and CB. RGB value is (146,29,203). Sum of RGB (Red+Green+Blue) = 146+29+203=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #921DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921DCB is #6DE234. Grayscale: #535353. Windows color (decimal): -7201333 or 13311378. OLE color: 13311378.

HSL color Cylindrical-coordinate representation of color #921DCB: hue angle of 280.34º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921DCB is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 146 29 203 -
CMYK 0.28 0.86 0 0.20
HSL 280.34º 0.75% 0.45% -
HSV(B) 280.34º 0.86% 0.8% -
XYZ 23.07 11.3 57.47 -
YUV 83.82 195.26 172.35 -
System Red Green Blue C M Y K H S L
Decimal 146 29 203 0.28 0.86 0 0.20 280.34 0.75 0.45
Hex 92 1D CB 1C 56 0 14 118 4B 2D
Octal 222 35 313 34 126 0 24 430 113 55
Binary 10010010 11101 11001011 11100 1010110 0 10100 100011000 1001011 101101

Color Harmonies of #921DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921DCB

Black with #921DCB

Text Example


Text Example

White with #921DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921DCB; }

 p { color: rgb(146,29,203); }

 H1.HeaderClassName
 {
   color: #921DCB;
 }
 .AnyTagClassName
 {
   color: #921DCB;
 }
</style>

background-color css

<style>
 a { background-color: #921DCB; }

 a { background-color: rgb(146,29,203); }

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

border-color css

<style>
 span { border-color: #921DCB; }

 span { border-color: rgb(146,29,203); }

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