Html Css Color HEX #9423CE Dark Orchid

📋 copy color: '#9423CE'

red 148 ◦ green 35 ◦ blue 206

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

Shades of Dark Orchid #9423CE

Tints of Dark Orchid #9423CE

RGB

 RED value IS 148 (58.2% from 255) = 38.05%

 GREEN value IS 35 (14.06% from 255) = 9%

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

R = 38.05%
G = 9%
B = 52.96%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9423CE (or 0x9423CE) is known color: Dark Orchid. HEX triplet: 94, 23 and CE. RGB value is (148,35,206). Sum of RGB (Red+Green+Blue) = 148+35+206=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #9423CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9423CE is #6BDC31. Grayscale: #575757. Windows color (decimal): -7068722 or 13509524. OLE color: 13509524.

HSL color Cylindrical-coordinate representation of color #9423CE: hue angle of 279.65º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9423CE is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 35 206 -
CMYK 0.28 0.83 0 0.19
HSL 279.65º 0.71% 0.47% -
HSV(B) 279.65º 0.83% 0.81% -
XYZ 23.95 11.95 59.44 -
YUV 88.28 194.44 170.6 -
System Red Green Blue C M Y K H S L
Decimal 148 35 206 0.28 0.83 0 0.19 279.65 0.71 0.47
Hex 94 23 CE 1C 53 0 13 118 47 2F
Octal 224 43 316 34 123 0 23 430 107 57
Binary 10010100 100011 11001110 11100 1010011 0 10011 100011000 1000111 101111

Color Harmonies of #9423CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9423CE

Black with #9423CE

Text Example


Text Example

White with #9423CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9423CE; }

 p { color: rgb(148,35,206); }

 H1.HeaderClassName
 {
   color: #9423CE;
 }
 .AnyTagClassName
 {
   color: #9423CE;
 }
</style>

background-color css

<style>
 a { background-color: #9423CE; }

 a { background-color: rgb(148,35,206); }

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

border-color css

<style>
 span { border-color: #9423CE; }

 span { border-color: rgb(148,35,206); }

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