Html Css Color HEX #9925C4 Dark Orchid

📋 copy color: '#9925C4'

red 153 ◦ green 37 ◦ blue 196

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

Shades of Dark Orchid #9925C4

Tints of Dark Orchid #9925C4

RGB

 RED value IS 153 (60.16% from 255) = 39.64%

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

 BLUE value IS 196 (76.95% from 255) = 50.78%

R = 39.64%
G = 9.59%
B = 50.78%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9925C4 (or 0x9925C4) is known color: Dark Orchid. HEX triplet: 99, 25 and C4. RGB value is (153,37,196). Sum of RGB (Red+Green+Blue) = 153+37+196=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 196 (76.95% from 255 or 50.78% from 386); Max value from RGB is 196 - color contains mainly: blue. Hex color #9925C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9925C4 is #66DA3B. Grayscale: #595959. Windows color (decimal): -6740540 or 12854681. OLE color: 12854681.

HSL color Cylindrical-coordinate representation of color #9925C4: hue angle of 283.77º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9925C4 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 153 37 196 -
CMYK 0.22 0.81 0 0.23
HSL 283.77º 0.68% 0.46% -
HSV(B) 283.77º 0.81% 0.77% -
XYZ 23.76 12.08 53.3 -
YUV 89.81 187.93 173.07 -
System Red Green Blue C M Y K H S L
Decimal 153 37 196 0.22 0.81 0 0.23 283.77 0.68 0.46
Hex 99 25 C4 16 51 0 17 11C 44 2E
Octal 231 45 304 26 121 0 27 434 104 56
Binary 10011001 100101 11000100 10110 1010001 0 10111 100011100 1000100 101110

Color Harmonies of #9925C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9925C4

Black with #9925C4

Text Example


Text Example

White with #9925C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9925C4; }

 p { color: rgb(153,37,196); }

 H1.HeaderClassName
 {
   color: #9925C4;
 }
 .AnyTagClassName
 {
   color: #9925C4;
 }
</style>

background-color css

<style>
 a { background-color: #9925C4; }

 a { background-color: rgb(153,37,196); }

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

border-color css

<style>
 span { border-color: #9925C4; }

 span { border-color: rgb(153,37,196); }

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