Html Css Color HEX #9425CC Dark Orchid

📋 copy color: '#9425CC'

red 148 ◦ green 37 ◦ blue 204

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

Shades of Dark Orchid #9425CC

Tints of Dark Orchid #9425CC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.51%

 BLUE value IS 204 (80.08% from 255) = 52.44%

R = 38.05%
G = 9.51%
B = 52.44%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9425CC (or 0x9425CC) is known color: Dark Orchid. HEX triplet: 94, 25 and CC. RGB value is (148,37,204). Sum of RGB (Red+Green+Blue) = 148+37+204=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #9425CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9425CC is #6BDA33. Grayscale: #585858. Windows color (decimal): -7068212 or 13378964. OLE color: 13378964.

HSL color Cylindrical-coordinate representation of color #9425CC: hue angle of 279.88º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9425CC is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 37 204 -
CMYK 0.27 0.82 0 0.2
HSL 279.88º 0.69% 0.47% -
HSV(B) 279.88º 0.82% 0.8% -
XYZ 23.77 11.98 58.19 -
YUV 89.23 192.77 169.92 -
System Red Green Blue C M Y K H S L
Decimal 148 37 204 0.27 0.82 0 0.2 279.88 0.69 0.47
Hex 94 25 CC 1B 52 0 14 118 45 2F
Octal 224 45 314 33 122 0 24 430 105 57
Binary 10010100 100101 11001100 11011 1010010 0 10100 100011000 1000101 101111

Color Harmonies of #9425CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9425CC

Black with #9425CC

Text Example


Text Example

White with #9425CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9425CC; }

 p { color: rgb(148,37,204); }

 H1.HeaderClassName
 {
   color: #9425CC;
 }
 .AnyTagClassName
 {
   color: #9425CC;
 }
</style>

background-color css

<style>
 a { background-color: #9425CC; }

 a { background-color: rgb(148,37,204); }

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

border-color css

<style>
 span { border-color: #9425CC; }

 span { border-color: rgb(148,37,204); }

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