Html Css Color HEX #923DCA Dark Orchid

📋 copy color: '#923DCA'

red 146 ◦ green 61 ◦ blue 202

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

Shades of Dark Orchid #923DCA

Tints of Dark Orchid #923DCA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.91%

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

R = 35.7%
G = 14.91%
B = 49.39%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#923DCA (or 0x923DCA) is known color: Dark Orchid. HEX triplet: 92, 3D and CA. RGB value is (146,61,202). Sum of RGB (Red+Green+Blue) = 146+61+202=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #923DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923DCA is #6DC235. Grayscale: #666666. Windows color (decimal): -7193142 or 13254034. OLE color: 13254034.

HSL color Cylindrical-coordinate representation of color #923DCA: hue angle of 276.17º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #923DCA is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 146 61 202 -
CMYK 0.28 0.70 0 0.21
HSL 276.17º 0.57% 0.52% -
HSV(B) 276.17º 0.7% 0.79% -
XYZ 24.18 13.71 57.25 -
YUV 102.49 184.16 159.04 -
System Red Green Blue C M Y K H S L
Decimal 146 61 202 0.28 0.70 0 0.21 276.17 0.57 0.52
Hex 92 3D CA 1C 46 0 15 114 39 34
Octal 222 75 312 34 106 0 25 424 71 64
Binary 10010010 111101 11001010 11100 1000110 0 10101 100010100 111001 110100

Color Harmonies of #923DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923DCA

Black with #923DCA

Text Example


Text Example

White with #923DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923DCA; }

 p { color: rgb(146,61,202); }

 H1.HeaderClassName
 {
   color: #923DCA;
 }
 .AnyTagClassName
 {
   color: #923DCA;
 }
</style>

background-color css

<style>
 a { background-color: #923DCA; }

 a { background-color: rgb(146,61,202); }

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

border-color css

<style>
 span { border-color: #923DCA; }

 span { border-color: rgb(146,61,202); }

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