Html Css Color HEX #8725CB Dark Orchid

📋 copy color: '#8725CB'

red 135 ◦ green 37 ◦ blue 203

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

Shades of Dark Orchid #8725CB

Tints of Dark Orchid #8725CB

RGB

 RED value IS 135 (53.13% from 255) = 36%

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

 BLUE value IS 203 (79.69% from 255) = 54.13%

R = 36%
G = 9.87%
B = 54.13%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8725CB (or 0x8725CB) is known color: Dark Orchid. HEX triplet: 87, 25 and CB. RGB value is (135,37,203). Sum of RGB (Red+Green+Blue) = 135+37+203=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #8725CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8725CB is #78DA34. Grayscale: #545454. Windows color (decimal): -7920181 or 13313415. OLE color: 13313415.

HSL color Cylindrical-coordinate representation of color #8725CB: hue angle of 275.42º 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 #8725CB is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 37 203 -
CMYK 0.33 0.82 0 0.20
HSL 275.42º 0.69% 0.47% -
HSV(B) 275.42º 0.82% 0.8% -
XYZ 21.43 10.79 57.45 -
YUV 85.23 194.47 163.5 -
System Red Green Blue C M Y K H S L
Decimal 135 37 203 0.33 0.82 0 0.20 275.42 0.69 0.47
Hex 87 25 CB 21 52 0 14 113 45 2F
Octal 207 45 313 41 122 0 24 423 105 57
Binary 10000111 100101 11001011 100001 1010010 0 10100 100010011 1000101 101111

Color Harmonies of #8725CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8725CB

Black with #8725CB

Text Example


Text Example

White with #8725CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8725CB; }

 p { color: rgb(135,37,203); }

 H1.HeaderClassName
 {
   color: #8725CB;
 }
 .AnyTagClassName
 {
   color: #8725CB;
 }
</style>

background-color css

<style>
 a { background-color: #8725CB; }

 a { background-color: rgb(135,37,203); }

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

border-color css

<style>
 span { border-color: #8725CB; }

 span { border-color: rgb(135,37,203); }

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