Html Css Color HEX #923DCE Dark Orchid

📋 copy color: '#923DCE'

red 146 ◦ green 61 ◦ blue 206

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

Shades of Dark Orchid #923DCE

Tints of Dark Orchid #923DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 35.35%
G = 14.77%
B = 49.88%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#923DCE (or 0x923DCE) is known color: Dark Orchid. HEX triplet: 92, 3D and CE. RGB value is (146,61,206). Sum of RGB (Red+Green+Blue) = 146+61+206=413 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.35% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #923DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923DCE is #6DC231. Grayscale: #666666. Windows color (decimal): -7193138 or 13516178. OLE color: 13516178.

HSL color Cylindrical-coordinate representation of color #923DCE: hue angle of 275.17º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #923DCE is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 61 206 -
CMYK 0.29 0.70 0 0.19
HSL 275.17º 0.6% 0.52% -
HSV(B) 275.17º 0.7% 0.81% -
XYZ 24.66 13.9 59.78 -
YUV 102.95 186.16 158.71 -
System Red Green Blue C M Y K H S L
Decimal 146 61 206 0.29 0.70 0 0.19 275.17 0.6 0.52
Hex 92 3D CE 1D 46 0 13 113 3C 34
Octal 222 75 316 35 106 0 23 423 74 64
Binary 10010010 111101 11001110 11101 1000110 0 10011 100010011 111100 110100

Color Harmonies of #923DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923DCE

Black with #923DCE

Text Example


Text Example

White with #923DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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