Html Css Color HEX #923FCD Dark Orchid

📋 copy color: '#923FCD'

red 146 ◦ green 63 ◦ blue 205

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

Shades of Dark Orchid #923FCD

Tints of Dark Orchid #923FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 15.22%

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 35.27%
G = 15.22%
B = 49.52%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#923FCD (or 0x923FCD) is known color: Dark Orchid. HEX triplet: 92, 3F and CD. RGB value is (146,63,205). Sum of RGB (Red+Green+Blue) = 146+63+205=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #923FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923FCD is #6DC032. Grayscale: #676767. Windows color (decimal): -7192627 or 13451154. OLE color: 13451154.

HSL color Cylindrical-coordinate representation of color #923FCD: hue angle of 275.07º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #923FCD is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 146 63 205 -
CMYK 0.29 0.69 0 0.20
HSL 275.07º 0.59% 0.53% -
HSV(B) 275.07º 0.69% 0.8% -
XYZ 24.65 14.07 59.17 -
YUV 104.01 185 157.95 -
System Red Green Blue C M Y K H S L
Decimal 146 63 205 0.29 0.69 0 0.20 275.07 0.59 0.53
Hex 92 3F CD 1D 45 0 14 113 3B 35
Octal 222 77 315 35 105 0 24 423 73 65
Binary 10010010 111111 11001101 11101 1000101 0 10100 100010011 111011 110101

Color Harmonies of #923FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923FCD

Black with #923FCD

Text Example


Text Example

White with #923FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,63,205); }

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

background-color css

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

 a { background-color: rgb(146,63,205); }

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

border-color css

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

 span { border-color: rgb(146,63,205); }

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